Fix nginx conf in docker

This commit is contained in:
LordMathis 2022-01-23 17:49:23 +01:00
parent 3cef4781a9
commit 46688f7b8f
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ RUN yarn run build
FROM nginx:1.17.8-alpine
RUN rm -rf /usr/share/nginx/html
COPY --from=front /app/public/ /usr/share/nginx/html
COPY default.conf /etc/nginx/conf.d/default.conf
COPY ./docker/default.conf /etc/nginx/conf.d/default.conf