pull/19203/head
James Salter 2021-09-28 13:24:44 +01:00
parent 77ceff07d5
commit 212138b017
2 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ COPY --from=builder /src/webapp /app
RUN sed -i '3i\ \ \ \ application/wasm wasm\;' /etc/nginx/mime.types
# Override default nginx config
COPY /nginx/config.d/default.conf /etc/nginx/config.d/default.conf
COPY /nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
RUN rm -rf /usr/share/nginx/html \
&& ln -s /app /usr/share/nginx/html