We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9479b6 commit 1d25199Copy full SHA for 1d25199
docs/deploy.md
@@ -78,7 +78,7 @@ This will start the container in the background and detached.
78
- `docker ps`
79
- This should show the `safe-settings` alive and running
80
81
-### Start Docker container attached in forground (Debug)
+### Start Docker container attached in foreground (Debug)
82
- If you need to run the container in interactive mode to validate connectivity and functionality:
83
- `docker run -it -p 3000:3000 safe-settings`
84
- You will now have the log of the container showing to your terminal, and can validate connectivity and functionality.
0 commit comments