ryesun commited on
Commit
fcad77c
1 Parent(s): 594006f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -16,10 +16,9 @@ RUN ls
16
 
17
  RUN chmod -R 777 /app
18
 
19
- RUN npm run build
20
 
21
  EXPOSE 7860
22
 
23
- # CMD [ "node", "server.js" ]
24
 
25
- # CMD ["npm", "run", "build"]
 
16
 
17
  RUN chmod -R 777 /app
18
 
19
+ # RUN npm run build
20
 
21
  EXPOSE 7860
22
 
 
23
 
24
+ CMD ["npm", "run", "build"]