paxsenix0 commited on
Commit
d470784
·
verified ·
1 Parent(s): 7b6254e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -93,4 +93,4 @@ RUN python3 -m venv venv && \
93
  EXPOSE 3000
94
 
95
  # start the application
96
- CMD ["npm", "start"]
 
93
  EXPOSE 3000
94
 
95
  # start the application
96
+ CMD ["node", "."]