diff --git a/docker/Dockerfile b/docker/Dockerfile index 02b0492..7ad7657 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -14,4 +14,4 @@ RUN cd client && npm run build FROM nginx:alpine 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