Skip to content

Commit 7ca3fb7

Browse files
committed
fix dockerfile
1 parent bf587f6 commit 7ca3fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ FROM nginx:1.27.5-alpine
1515
RUN addgroup -S nonroot && adduser -S nonroot -G nonroot
1616
USER nonroot
1717
COPY --from=build /app/build /usr/share/nginx/html
18-
COPY nginx.conf /etc/nginx/conf.d/default.conf
18+
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
1919
EXPOSE 80
2020
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)