Spaces:
Running
Running
switch p
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,7 @@ VOLUME /data
|
|
| 18 |
COPY . .
|
| 19 |
|
| 20 |
# Expose the application port (assuming your app runs on port 3000)
|
| 21 |
-
EXPOSE
|
| 22 |
|
| 23 |
# Start the application
|
| 24 |
CMD ["npm", "start"]
|
|
|
|
| 18 |
COPY . .
|
| 19 |
|
| 20 |
# Expose the application port (assuming your app runs on port 3000)
|
| 21 |
+
EXPOSE 3001
|
| 22 |
|
| 23 |
# Start the application
|
| 24 |
CMD ["npm", "start"]
|