diff --git a/frontend/Dockerfile b/frontend/Dockerfile index ce2d34b..5c0aa4a 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,3 +1,3 @@ FROM nginx:alpine -COPY nginx.conf /etc/nginx/conf.d/default.conf -COPY . /usr/share/nginx/html/ \ No newline at end of file +COPY frontend/nginx.conf /etc/nginx/conf.d/default.conf +COPY frontend/ /usr/share/nginx/html/ \ No newline at end of file