Update dockerfile

This commit is contained in:
atxr 2024-03-01 12:46:58 +01:00
parent 4c2d51b4c6
commit a5899768f7
2 changed files with 15 additions and 5 deletions

View file

@ -0,0 +1,8 @@
# SpaceDrive
## Deploy chall
```bash
sudo docker build -t chall .
sudo docker run --rm -p 5000:5000 -it chall
```