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