Nexchan commited on
Commit
454d296
1 Parent(s): 10176a6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,4 +33,4 @@ RUN npm install
33
 
34
  COPY --chown=user . .
35
 
36
- CMD [ "node", "index.js" ]
 
33
 
34
  COPY --chown=user . .
35
 
36
+ CMD [ "node", "server.js" ]