Skip to content

Commit aae6fb2

Browse files
authored
Update Dockerfile
1 parent 63f09c0 commit aae6fb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ RUN test -f /public/index.html
4444
FROM nginx:1.28-alpine-slim
4545
RUN /bin/sh -c apk upgrade --no-cache # buildkit
4646
COPY /public /usr/share/nginx/html # buildkit
47-
EXPOSE [80/tcp]
47+
EXPOSE 80/tcp
4848
CMD ["nginx" "-g" "daemon off;"]

0 commit comments

Comments
 (0)