Skip to content

Commit

Permalink
fix(docker): create DB dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JMBeresford committed Jan 22, 2025
1 parent 3f5371c commit 4071558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/service.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ COPY --from=web-builder /web /app/web
COPY docker/entrypoint.sh /entrypoint.sh
COPY docker/start.sh /app/start.sh

RUN mkdir /app/data && \
RUN mkdir -p /app/data/db && \
mkdir /app/psql && \
mkdir /app/config

Expand Down

0 comments on commit 4071558

Please sign in to comment.