Skip to content

Commit 63f09c0

Browse files
authored
Update Dockerfile
1 parent d4d53d4 commit 63f09c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ RUN test -f /public/index.html
4343

4444
FROM nginx:1.28-alpine-slim
4545
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;"]
46+
COPY /public /usr/share/nginx/html # buildkit
47+
EXPOSE [80/tcp]
48+
CMD ["nginx" "-g" "daemon off;"]

0 commit comments

Comments
 (0)