1tbfree commited on
Commit
b33b134
·
verified ·
1 Parent(s): cef0b56

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,4 +3,5 @@ WORKDIR /app
3
  RUN npm i socket.io@2
4
  RUN chmod +777 ./
5
  RUN echo node index.js > start.sh
 
6
  CMD "./start.sh"
 
3
  RUN npm i socket.io@2
4
  RUN chmod +777 ./
5
  RUN echo node index.js > start.sh
6
+ RUN chmod +777 *
7
  CMD "./start.sh"