Skip to content

Commit 848d45d

Browse files
committed
fix port
1 parent dcad700 commit 848d45d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ ENV HOST=0.0.0.0
2222
ENV BASE_PATH=/deepgit
2323

2424
# Render assigns a PORT dynamically, so we use it
25-
CMD ["sh", "-c", "npm start -- --port $PORT --host 0.0.0.0"]
25+
CMD ["sh", "-c", "npm start -- --port 5173 --host 0.0.0.0"]

docker-compose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: "3"
2+
services:
3+
deepgit-app:
4+
image: deepgit-app
5+
ports:
6+
- "5173:5173"

0 commit comments

Comments
 (0)