Skip to content

Commit 0d11946

Browse files
committed
fix docker run command
1 parent 13ff668 commit 0d11946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ So, I decided to build a simple tool for our family: no accounts, no ads, no non
3636
docker build -t secret-santa .
3737

3838
# Run the container
39-
docker run -p 8080:8080 -v $(pwd)/data:/app secret-santa
39+
docker run -p 8080:8080 -v $(pwd)/data:/app/data secret-santa
4040
```
4141

4242
Access the app at http://localhost:8080

0 commit comments

Comments
 (0)