We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c637437 commit de73648Copy full SHA for de73648
entrypoint.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
-
+# Docker entrypoint is a Dockerfile directive or
3
+# instruction that is used to specify the executable which should run when a container is started from a Docker image.
4
chmod +x /app/wait-for-it.sh
5
-/bin/bash /app/wait-for-it.sh $MYSQL_HOST:$MYSQL_PORT -t 300 -- npm start
6
+/bin/bash /app/wait-for-it.sh $MYSQL_HOST:$MYSQL_PORT -t 300 -- npm start
0 commit comments