redfernstech commited on
Commit
395244a
1 Parent(s): e00cc14

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -11,5 +11,4 @@ VOLUME ["~/excalibur-data"]
11
  RUN chmod -R 777 /excalibur
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
 
11
  RUN chmod -R 777 /excalibur
12
 
13
  # Initialize the database (this will be run when the container starts)
14
+ CMD ["excalibur", "initdb"]