Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,4 +20,4 @@ ENV NODE_ENV=production
|
|
20 |
EXPOSE 3000
|
21 |
|
22 |
# Command to start the app
|
23 |
-
CMD ["
|
|
|
20 |
EXPOSE 3000
|
21 |
|
22 |
# Command to start the app
|
23 |
+
CMD ["node", "index.js"]
|