Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -34,4 +34,4 @@ RUN mkdir -p /app/logs && chmod 777 /app/logs
|
|
34 |
EXPOSE 8000
|
35 |
|
36 |
# Command to run your app using npm
|
37 |
-
CMD ["npm", "start"]
|
|
|
34 |
EXPOSE 8000
|
35 |
|
36 |
# Command to run your app using npm
|
37 |
+
CMD ["npm", "start"]
|