Fix path
This commit is contained in:
@@ -34,7 +34,7 @@ COPY --from=builder /src/webapp /app
|
|||||||
RUN sed -i '3i\ \ \ \ application/wasm wasm\;' /etc/nginx/mime.types
|
RUN sed -i '3i\ \ \ \ application/wasm wasm\;' /etc/nginx/mime.types
|
||||||
|
|
||||||
# Override default nginx config
|
# 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 \
|
RUN rm -rf /usr/share/nginx/html \
|
||||||
&& ln -s /app /usr/share/nginx/html
|
&& ln -s /app /usr/share/nginx/html
|
||||||
|
|||||||
Reference in New Issue
Block a user