We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d071f38 commit 255f95fCopy full SHA for 255f95f
Dockerfile
@@ -49,5 +49,5 @@ EXPOSE 22 23 3306 8080
49
50
COPY ./entrypoint.sh /entrypoint.sh
51
52
-ENTRYPOINT /entrypoint.sh
+ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
53
CMD ["docker", "compose", "-f", "/home/king/docker-web/docker-compose.yaml", "up"]
0 commit comments