Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit b00030b

Browse files
authored
fix container build after Element move to nginx templates (#194)
Signed-off-by: Kim Brose <[email protected]>
1 parent 4428a03 commit b00030b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

e2e/src/deploy/elementWeb/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ FROM nginx:bookworm
2727
COPY --from=builder /src/webapp /app
2828

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

3232
RUN rm -rf /usr/share/nginx/html \
3333
&& ln -s /app /usr/share/nginx/html
34+
35+
ENV ELEMENT_WEB_PORT=80

0 commit comments

Comments
 (0)