Spaces:
Paused
Paused
mahiatlinux
commited on
Commit
•
6207d4a
1
Parent(s):
bf74203
Update Dockerfile
Browse files- 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 |
-
|
|
|
5 |
USER node
|
6 |
|
7 |
# Set the entry point script as the default command
|
8 |
+
CMD node ./src/index.js && wait
|