Spaces:
Sleeping
Sleeping
Commit ·
7ee87fb
1
Parent(s): 0d3dcb5
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -32,7 +32,5 @@ RUN npm install
|
|
| 32 |
# Build the application
|
| 33 |
RUN bud build
|
| 34 |
|
| 35 |
-
RUN touch ./user-manager.db && chmod 666 ./user-manager.db
|
| 36 |
-
|
| 37 |
# Start the service
|
| 38 |
CMD ["./bud/app", "--listen", "0.0.0.0:3000"]
|
|
|
|
| 32 |
# Build the application
|
| 33 |
RUN bud build
|
| 34 |
|
|
|
|
|
|
|
| 35 |
# Start the service
|
| 36 |
CMD ["./bud/app", "--listen", "0.0.0.0:3000"]
|