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 bf587f6 commit 7ca3fb7Copy full SHA for 7ca3fb7
docker/Dockerfile
@@ -15,6 +15,6 @@ FROM nginx:1.27.5-alpine
15
RUN addgroup -S nonroot && adduser -S nonroot -G nonroot
16
USER nonroot
17
COPY --from=build /app/build /usr/share/nginx/html
18
-COPY nginx.conf /etc/nginx/conf.d/default.conf
+COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
19
EXPOSE 80
20
CMD ["nginx", "-g", "daemon off;"]
0 commit comments