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.
2 parents 883ec6f + 6caefc8 commit 2cf3f01Copy full SHA for 2cf3f01
.gitignore
@@ -41,6 +41,7 @@ postgres/
41
nohup.out
42
43
dump.rdb
44
+.env
45
46
# For when people run yarn in the wrong directory level :-) Got your back homies
47
node_modules/
rebuild.sh
@@ -1,3 +1,5 @@
1
-conatainername=$1
2
-docker-compose build --no-cache $conatainername $conatainername
3
-docker-compose up --build --force-recreate --no-deps -d $conatainername
+containername=$1
+docker stop $containername
+docker rm $containername
4
+docker-compose build --no-cache $containername $containername
5
+docker-compose up --build --force-recreate --no-deps -d $containername
0 commit comments