Update deploy-app.md (#2557)

Removes an extra '.' in the path when copying the docker-stack.yml with scp
This commit is contained in:
Anders Östlin 2017-04-01 01:03:49 +02:00 committed by John Mulhausen
parent 560efd2d06
commit c72a0d7e27
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ The `docker-stack.yml` file must be located on a manager for the swarm where you
2. Copy `docker-stack.yml` from your host machine onto the manager.
```
$ docker-machine scp ~/sandbox/voting-app/docker-stack.yml manager:/home/docker/.
$ docker-machine scp ~/sandbox/voting-app/docker-stack.yml manager:/home/docker/
docker-stack.yml 100% 1558 1.5KB/s 00:00
```