We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ec676 commit 8d376efCopy full SHA for 8d376ef
start.sh
@@ -1,10 +1,8 @@
1
# run env setup script
2
-sh ./set_env.sh;
+sh ./set_env.sh && \
3
# Make sure the Docker services are running in your local machine
4
-# Remove unused and dangling images
5
-docker image prune --all
6
# Run this command from the directory where you have the "docker-compose-build.yml" file present
7
-docker-compose -f docker-compose-build.yml build --parallel
+docker-compose -f docker-compose-build.yml build --parallel && \
8
9
# Run this command from the directory where you have the "docker-compose.yml" file present
10
-docker-compose up
+docker-compose up;
0 commit comments