We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ff668 commit 0d11946Copy full SHA for 0d11946
1 file changed
README.md
@@ -36,7 +36,7 @@ So, I decided to build a simple tool for our family: no accounts, no ads, no non
36
docker build -t secret-santa .
37
38
# Run the container
39
-docker run -p 8080:8080 -v $(pwd)/data:/app secret-santa
+docker run -p 8080:8080 -v $(pwd)/data:/app/data secret-santa
40
```
41
42
Access the app at http://localhost:8080
0 commit comments