This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user