Lộc
commited on
Commit
•
3999531
1
Parent(s):
4fac077
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -11,7 +11,6 @@ RUN chown -R node:node ./* && \
|
|
11 |
chmod u+x ./* && \
|
12 |
chmod -R 777 /app
|
13 |
|
14 |
-
RUN npm install
|
15 |
|
16 |
# Start the application
|
17 |
CMD ["node", "server.js", "--disableCsrf"]
|
|
|
11 |
chmod u+x ./* && \
|
12 |
chmod -R 777 /app
|
13 |
|
|
|
14 |
|
15 |
# Start the application
|
16 |
CMD ["node", "server.js", "--disableCsrf"]
|