Skip to content

Commit

Permalink
fix container build after Element move to nginx templates
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Brose <[email protected]>
  • Loading branch information
HarHarLinks committed Jan 7, 2025
1 parent 4428a03 commit d5d2017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/src/deploy/elementWeb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FROM nginx:bookworm
COPY --from=builder /src/webapp /app

# Override default nginx config
COPY --from=builder /src/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
COPY --from=builder /src/docker/nginx-templates/* /etc/nginx/templates/

RUN rm -rf /usr/share/nginx/html \
&& ln -s /app /usr/share/nginx/html

0 comments on commit d5d2017

Please sign in to comment.