We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c49b61 commit 24ef606Copy full SHA for 24ef606
docker/nginx/Dockerfile
@@ -14,6 +14,8 @@ RUN npm run build
14
15
FROM nginx:latest
16
COPY --from=build_frontend /app/build /usr/share/nginx/html
17
-COPY ./docker/nginx/nginx.conf /etc/nginx/conf.d/default.conf
+RUN rm /etc/nginx/conf.d/default.conf
18
+COPY ./docker/nginx/nginx.conf /etc/nginx/conf.d
19
+EXPOSE 80
20
21
CMD ["nginx", "-g", "daemon off;"]
0 commit comments