Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ RUN npm i uuid
|
|
12 |
|
13 |
COPY . .
|
14 |
|
15 |
-
CMD [ "node", "index.
|
|
|
12 |
|
13 |
COPY . .
|
14 |
|
15 |
+
CMD [ "node", "index.js" ]
|