Skip to content

Commit 921b66c

Browse files
authored
Update README.md
1 parent 87cd6f2 commit 921b66c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
# To build images
2121

2222
```git clone --recursive https://github.com/TaskarCenterAtUW/workspaces-stack.git```
23-
2423
```docker-compose -f docker-compose.build.yml --env-file XXX.env build```
24+
```docker-compose -f docker-compose.build.yml --env-file XXX.env push```
2525

2626
Replace XXX.env with the environment definition file of the environment for which you want to build an image. This can be overridden when running (see below).
2727

28-
2928
# To update docker daemon to run with latest images
3029

3130
```docker-compose -f docker-compose.deploy.yml --env-file XXX.env up -d -pull always --force-recreate --remove-orphans```

0 commit comments

Comments
 (0)