Update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -55,4 +55,4 @@ RUN chmod -R 755 /app
|
|
| 55 |
EXPOSE 3000
|
| 56 |
|
| 57 |
# Start the application
|
| 58 |
-
CMD ["node", "."]
|
|
|
|
| 55 |
EXPOSE 3000
|
| 56 |
|
| 57 |
# Start the application
|
| 58 |
+
CMD ["node", "index.js"]
|