Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -24,5 +24,8 @@ USER node
|
|
24 |
|
25 |
RUN ls -la
|
26 |
|
|
|
|
|
|
|
27 |
# Start the application
|
28 |
CMD ["node", "clewd.js"]
|
|
|
24 |
|
25 |
RUN ls -la
|
26 |
|
27 |
+
ENV PORT=7860
|
28 |
+
EXPOSE 7860
|
29 |
+
|
30 |
# Start the application
|
31 |
CMD ["node", "clewd.js"]
|