Spaces:
Runtime error
Runtime error
Esteves Enzo
commited on
Commit
·
db3356d
1
Parent(s):
2a0ad29
update build
Browse files- Dockerfile +2 -2
- README.md +1 -1
Dockerfile
CHANGED
@@ -21,7 +21,7 @@ COPY . .
|
|
21 |
RUN npm run build
|
22 |
|
23 |
# Expose the application port (assuming your app runs on port 3000)
|
24 |
-
EXPOSE
|
25 |
|
26 |
# Start the application
|
27 |
-
CMD ["
|
|
|
21 |
RUN npm run build
|
22 |
|
23 |
# Expose the application port (assuming your app runs on port 3000)
|
24 |
+
EXPOSE 5555
|
25 |
|
26 |
# Start the application
|
27 |
+
CMD ["prisma", "studio"]
|
README.md
CHANGED
@@ -5,7 +5,7 @@ colorFrom: black
|
|
5 |
colorTo: black
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
-
app_port:
|
9 |
license: mit
|
10 |
---
|
11 |
|
|
|
5 |
colorTo: black
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
+
app_port: 5555
|
9 |
license: mit
|
10 |
---
|
11 |
|