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

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
- CMD node ./src/index.js && wait
 
5
  USER node
6
 
7
  # Set the entry point script as the default command
8
+ CMD ["python3", "app.py"]