Skip to content

Commit

Permalink
chore: fix unit test (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Jul 16, 2024
1 parent dd7223d commit 7ca1d2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ RUN groupadd -g $USER_GID off && \
useradd -u $USER_UID -g off -m off && \
mkdir -p /home/off && \
mkdir -p /opt/open-prices && \
mkdir -p /opt/open-prices/data && \
mkdir -p /opt/open-prices/img && \
chown off:off -R /opt/open-prices /home/off
COPY --chown=off:off app /opt/open-prices/app
COPY --chown=off:off alembic /opt/open-prices/alembic
Expand Down

0 comments on commit 7ca1d2f

Please sign in to comment.