Spaces:
Sleeping
Sleeping
Commit ·
0d3dcb5
1
Parent(s): 1fc796a
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -32,7 +32,7 @@ RUN npm install
|
|
| 32 |
# Build the application
|
| 33 |
RUN bud build
|
| 34 |
|
| 35 |
-
RUN touch ./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 |
+
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"]
|