We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23964c3 commit 87fd35eCopy full SHA for 87fd35e
Dockerfile
@@ -34,6 +34,7 @@ RUN poetry install --no-dev
34
35
COPY alembic.ini .
36
COPY app app
37
+RUN mkdir ./file_storage
38
39
ARG CI_COMMIT_SHA=""
40
ENV GIT_COMMIT_SHA=${CI_COMMIT_SHA}
0 commit comments