edwagbb commited on
Commit
8322633
·
verified ·
1 Parent(s): e2eb579

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,4 +9,4 @@ RUN chmod -R 755 /app
9
  USER 1000
10
  WORKDIR /app
11
  CMD php -S 0.0.0.0:7861 -t /app/php &\
12
- cd /app/nodejs && node -e "require('http').createServer(async(res,req)=>{req.end('111')}).listen(7860)"
 
9
  USER 1000
10
  WORKDIR /app
11
  CMD php -S 0.0.0.0:7861 -t /app/php &\
12
+ cd /app/nodejs && node index.js 7860