We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d53d4 commit 63f09c0Copy full SHA for 63f09c0
1 file changed
Dockerfile
@@ -43,6 +43,6 @@ RUN test -f /public/index.html
43
44
FROM nginx:1.28-alpine-slim
45
RUN /bin/sh -c apk upgrade --no-cache # buildkit
46
-COPY --from=builder /public /usr/share/nginx/html
47
-EXPOSE 80
48
-CMD ["nginx", "-g", "daemon off;"]
+COPY /public /usr/share/nginx/html # buildkit
+EXPOSE [80/tcp]
+CMD ["nginx" "-g" "daemon off;"]
0 commit comments