Skip to content

Commit 820c5b9

Browse files
authored
Update Dockerfile
1 parent e2e34cc commit 820c5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ RUN apt-get remove -y docker docker-engine docker.io
55
RUN apt-get install -y curl docker.io
66

77
COPY entrypoint.sh /entrypoint.sh
8-
CMD ["/entrypoint.sh"]
8+
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)