hzruo commited on
Commit
d5f36c3
·
verified ·
1 Parent(s): 9ba08f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ RUN export getId='getId() { id -u "$1" 2>/dev/null; }' && \
13
  echo "Group ID: $GROUP_ID" && \
14
  chown -R $USER_ID:$GROUP_ID /app
15
 
16
- CMD /bin/sh -c "/app/sync_db.sh & node server/index.js & node /app/proxy-server.cjs --port=7860 & wait"
 
13
  echo "Group ID: $GROUP_ID" && \
14
  chown -R $USER_ID:$GROUP_ID /app
15
 
16
+ CMD /bin/sh -c "/app/sync_db.sh & node server/index.js --host=0.0.0.0 & API_HOST=0.0.0.0 node /app/proxy-server.cjs --port=7860 & wait"