Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -18,10 +18,10 @@ COPY . .
|
|
| 18 |
#RUN mkdir -p public
|
| 19 |
|
| 20 |
# Your app binds to port 3000 so you'll use the EXPOSE instruction to have it mapped by the docker daemon
|
| 21 |
-
EXPOSE
|
| 22 |
|
| 23 |
# Define environment variable
|
| 24 |
-
ENV PORT=
|
| 25 |
|
| 26 |
# Command to run the application
|
| 27 |
CMD [ "node", "index.js" ]
|
|
|
|
| 18 |
#RUN mkdir -p public
|
| 19 |
|
| 20 |
# Your app binds to port 3000 so you'll use the EXPOSE instruction to have it mapped by the docker daemon
|
| 21 |
+
EXPOSE 7860
|
| 22 |
|
| 23 |
# Define environment variable
|
| 24 |
+
ENV PORT=7860
|
| 25 |
|
| 26 |
# Command to run the application
|
| 27 |
CMD [ "node", "index.js" ]
|