cs131039
5 years ago
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||
|
Makefile: |
||||
|
# run Dockerfile
|
||||
|
docker build -f Dockerfile . |
||||
|
|
||||
|
# deploy
|
||||
|
docker stack deploy -c docker-compose.yml wordpress |
Loading…
Reference in new issue