Spaces:
Running
Running
update readme
Browse files- Dockerfile +1 -1
- README.md +1 -0
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ RUN npm install
|
|
16 |
RUN npm run build
|
17 |
|
18 |
# Expose the application port (assuming your app runs on port 3000)
|
19 |
-
EXPOSE
|
20 |
|
21 |
# Start the application
|
22 |
CMD ["npm", "start"]
|
|
|
16 |
RUN npm run build
|
17 |
|
18 |
# Expose the application port (assuming your app runs on port 3000)
|
19 |
+
EXPOSE 5173
|
20 |
|
21 |
# Start the application
|
22 |
CMD ["npm", "start"]
|
README.md
CHANGED
@@ -5,6 +5,7 @@ colorFrom: green
|
|
5 |
colorTo: purple
|
6 |
sdk: docker
|
7 |
pinned: false
|
|
|
8 |
license: mit
|
9 |
short_description: Develop and deploy your static space in few-seconds
|
10 |
---
|
|
|
5 |
colorTo: purple
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
+
app_port: 5173
|
9 |
license: mit
|
10 |
short_description: Develop and deploy your static space in few-seconds
|
11 |
---
|