Skip to content

Commit 94d1571

Browse files
committed
fix: add missing line breaks in Docker command examples for clarity
1 parent 0867a8c commit 94d1571

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ Alternatively, you can deploy the pre-built Docker images for the frontend and b
143143
For production deployments on a VPS or remote server, update the environment variables to use your server's IP address:
144144
145145
**Backend:**
146+
146147
```bash
147148
docker run -d \
148149
-p 3000:3000 \
@@ -152,6 +153,7 @@ docker run -d \
152153
```
153154
154155
**Frontend:**
156+
155157
```bash
156158
docker run -d -p 8080:80 \
157159
-e VITE_DEPLOYSTACK_BACKEND_URL="http://YOUR_SERVER_IP:3000" \

0 commit comments

Comments
 (0)