mahiatlinux commited on
Commit
6207d4a
1 Parent(s): bf74203

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,4 +5,4 @@ RUN npm i --omit=dev --no-package-lock
5
  USER node
6
 
7
  # Set the entry point script as the default command
8
- RUN npm start
 
5
  USER node
6
 
7
  # Set the entry point script as the default command
8
+ CMD node ./src/index.js && wait