Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -14,10 +14,10 @@ RUN npm install
|
|
14 |
COPY . .
|
15 |
|
16 |
# Expose the port the app runs on
|
17 |
-
EXPOSE
|
18 |
|
19 |
# Define environment variable
|
20 |
-
ENV PORT=
|
21 |
|
22 |
# Run the application
|
23 |
CMD ["npm", "start"]
|
|
|
14 |
COPY . .
|
15 |
|
16 |
# Expose the port the app runs on
|
17 |
+
EXPOSE 7860
|
18 |
|
19 |
# Define environment variable
|
20 |
+
ENV PORT=7860
|
21 |
|
22 |
# Run the application
|
23 |
CMD ["npm", "start"]
|