Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -16,8 +16,8 @@ COPY . .
|
|
| 16 |
# Set environment variable to production
|
| 17 |
ENV NODE_ENV=production
|
| 18 |
|
| 19 |
-
# Expose the port Hugging Face
|
| 20 |
EXPOSE 3000
|
| 21 |
|
| 22 |
-
#
|
| 23 |
CMD ["npm", "start"]
|
|
|
|
| 16 |
# Set environment variable to production
|
| 17 |
ENV NODE_ENV=production
|
| 18 |
|
| 19 |
+
# Expose the port Hugging Face Spaces will bind to
|
| 20 |
EXPOSE 3000
|
| 21 |
|
| 22 |
+
# Command to start the app
|
| 23 |
CMD ["npm", "start"]
|