Skip to content

Commit 7c9f883

Browse files
authored
修正入口点
1 parent c4b4ba8 commit 7c9f883

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

misc-pyjail-python_3.10/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ COPY ./src/server.py /home/ctf/server.py
3434
# [可选]指定对外暴露端口,对于GZCTF等平台,强制EXPOSE可能会造成非预期端口泄露,请酌情启用
3535
# EXPOSE 9999
3636

37-
CMD ["/docker-entrypoint.sh"]
37+
# 指定容器入口点
38+
ENTRYPOINT ["/bin/sh","/docker-entrypoint.sh"]

0 commit comments

Comments
 (0)