Skip to content

Commit

Permalink
added missing empty ui folder to bpe docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Feb 19, 2024
1 parent 7e22ee5 commit 420a3cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dsf-bpe/dsf-bpe-server-jetty/docker/.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Dockerfile
lib/README.md
lib_external/README.md
log/README.md
process/README.md
process/README.md
ui/README.md
2 changes: 1 addition & 1 deletion dsf-bpe/dsf-bpe-server-jetty/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN adduser --system --no-create-home --group --uid 2202 java
WORKDIR /opt/bpe
COPY --chown=root:java ./ ./
RUN chown root:java ./ && \
chmod 750 ./ ./conf ./lib ./lib_external ./process ./dsf_bpe_start.sh ./healthcheck.sh && \
chmod 750 ./ ./conf ./lib ./lib_external ./process ./ui ./dsf_bpe_start.sh ./healthcheck.sh && \
chmod 440 ./conf/log4j2.xml ./dsf_bpe.jar ./lib/*.jar && \
chmod 1775 ./log

Expand Down
1 change: 1 addition & 0 deletions dsf-bpe/dsf-bpe-server-jetty/docker/ui/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
empty ui directory for static override resources

0 comments on commit 420a3cb

Please sign in to comment.