File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ export DEEPFORGE_DEPLOYMENT_DIR
7
7
SERVER_NAME=server
8
8
9
9
# Merging the custom override yml file
10
- yaml-merge docker-compose.yml " $DEEPFORGE_DEPLOYMENT_DIR " /docker-compose-overrides.yml > custom-docker-compose.yml
10
+ yaml-merge docker/docker -compose.yml " $DEEPFORGE_DEPLOYMENT_DIR " /docker-compose-overrides.yml > custom-docker-compose.yml
11
11
12
12
# Pulling the latest docker image, stopping the server, removing and restarting it
13
13
docker-compose --file custom-docker-compose.yml pull $SERVER_NAME
14
- docker-compose stop $SERVER_NAME
15
- docker-compose rm -f $SERVER_NAME
14
+ docker-compose --file custom-docker-compose.yml stop $SERVER_NAME
15
+ docker-compose --file custom-docker-compose.yml rm -f $SERVER_NAME
16
16
docker-compose --file custom-docker-compose.yml up -d $SERVER_NAME
17
17
18
18
docker image prune -f
You can’t perform that action at this time.
0 commit comments