This commit is contained in:
parent
1b20ed965d
commit
998eb1da30
@ -14,4 +14,4 @@ RUN cd client && npm run build
|
|||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
|
||||||
COPY --from=build-client /client/dist /usr/share/nginx/html
|
COPY --from=build-client /client/dist /usr/share/nginx/html
|
||||||
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
COPY ./docker/nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user