Skip to content

Commit 7551cbd

Browse files
authored
Update Dockerfile
1 parent dbce528 commit 7551cbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/http_shell/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ FROM docker:dind
33

44
EXPOSE 8080
55

6+
ENV HTTP_SHELL_PORT 8080
7+
68
# RUN echo '开始' \
79
# && ((/usr/local/bin/docker-entrypoint.sh ) &) \
810
# && sleep 4 \
@@ -12,4 +14,4 @@ ADD ./docker-entrypoint.http_shell.sh /
1214

1315
ENTRYPOINT ["/docker-entrypoint.http_shell.sh"]
1416

15-
CMD [ "dockerd" ]
17+
CMD [ "dockerd" ]

0 commit comments

Comments
 (0)