Spaces:
Runtime error
Runtime error
redfernstech
commited on
Commit
•
e00cc14
1
Parent(s):
063b1c8
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -12,3 +12,4 @@ RUN chmod -R 777 /excalibur
|
|
12 |
|
13 |
# Initialize the database (this will be run when the container starts)
|
14 |
CMD ["initdb"]
|
|
|
|
12 |
|
13 |
# Initialize the database (this will be run when the container starts)
|
14 |
CMD ["initdb"]
|
15 |
+
CMD docker run -v ~/excalibur-data:/excalibur excalibur-image
|