Skip to content

Commit

Permalink
fix slides
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Dec 10, 2020
1 parent b3cc995 commit 5d07b69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ http://localhost:5000/

```
ssh root@remotehost mkdir /data
DOCKER_HOST=ssh://user@remotehost ./deploy.sh
DOCKER_HOST=ssh://root@remotehost ./deploy.sh
```

![](examples/deploy-stand-alone-python/deploy.sh)
Expand Down
2 changes: 2 additions & 0 deletions docker/examples/deploy-stand-alone-python/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
__pycache__
.git
.pytest_cache
counter.txt

0 comments on commit 5d07b69

Please sign in to comment.