Mythus commited on
Commit
0cd973c
·
verified ·
1 Parent(s): 3bf51c8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -33,6 +33,7 @@ RUN poetry config virtualenvs.create false
33
  RUN poetry config --list
34
 
35
  COPY . .
 
36
  RUN poetry install --no-cache --no-root --without dev
37
 
38
  ENTRYPOINT ["poetry", "run", "python", "-m", "comet.main"]
 
33
  RUN poetry config --list
34
 
35
  COPY . .
36
+ RUN mkdir -p data && chmod -R 777 data
37
  RUN poetry install --no-cache --no-root --without dev
38
 
39
  ENTRYPOINT ["poetry", "run", "python", "-m", "comet.main"]