Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
|
@@ -22,4 +22,7 @@ USER node
|
|
| 22 |
RUN ls -la
|
| 23 |
|
| 24 |
# Start the application
|
| 25 |
-
CMD ["node", "clewd.js"]
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
RUN ls -la
|
| 23 |
|
| 24 |
# Start the application
|
| 25 |
+
CMD ["node", "clewd.js"]
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
RUN env
|