Skip to content

Commit

Permalink
fix: fix Dockerfile related to migrations folder
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Oct 26, 2023
1 parent 27ea630 commit 0fc70ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN cd /opt/robotoff/i18n && \
chown off:off -R /opt/robotoff/
COPY --chown=off:off robotoff /opt/robotoff/robotoff/
COPY --chown=off:off gunicorn.py /opt/robotoff/
COPY --chown=off:off migrations /opt/robotoff/
COPY --chown=off:off migrations /opt/robotoff/migrations

COPY docker/docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh
Expand Down

0 comments on commit 0fc70ef

Please sign in to comment.