Skip to content

Commit 255f95f

Browse files
committed
Fixed CMD fail
1 parent d071f38 commit 255f95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ EXPOSE 22 23 3306 8080
4949

5050
COPY ./entrypoint.sh /entrypoint.sh
5151

52-
ENTRYPOINT /entrypoint.sh
52+
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
5353
CMD ["docker", "compose", "-f", "/home/king/docker-web/docker-compose.yaml", "up"]

0 commit comments

Comments
 (0)