Fix nginx conf in docker
This commit is contained in:
parent
3cef4781a9
commit
46688f7b8f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue