Update dockerfile
This commit is contained in:
parent
4c2d51b4c6
commit
a5899768f7
2 changed files with 15 additions and 5 deletions
|
|
@ -0,0 +1,8 @@
|
|||
# SpaceDrive
|
||||
|
||||
## Deploy chall
|
||||
|
||||
```bash
|
||||
sudo docker build -t chall .
|
||||
sudo docker run --rm -p 5000:5000 -it chall
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue