Skip to content

Commit 2fb1e45

Browse files
committed
build: add subdirectory for pastes in Dockerfile files setup
1 parent 924e6ac commit 2fb1e45

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ COPY --chown=appuser:appuser alembic.docker.ini alembic.ini
6666

6767
# Create files directory
6868
RUN mkdir -p /app/files && chown appuser:appuser /app/files
69+
RUN mkdir -p /app/files/pastes && chown appuser:appuser /app/files/pastes
6970

7071
# Switch to non-root user
7172
USER appuser

0 commit comments

Comments
 (0)