Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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"
|