Skip to content

Commit 87fd35e

Browse files
committed
Create FileService work dir in Dockerfile
1 parent 23964c3 commit 87fd35e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN poetry install --no-dev
3434

3535
COPY alembic.ini .
3636
COPY app app
37+
RUN mkdir ./file_storage
3738

3839
ARG CI_COMMIT_SHA=""
3940
ENV GIT_COMMIT_SHA=${CI_COMMIT_SHA}

0 commit comments

Comments
 (0)