Skip to content

Commit

Permalink
fix rights in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jan 26, 2023
1 parent 95565dc commit 7808209
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ RUN /opt/venv/bin/pip install --no-cache-dir -r requirements.txt -U
COPY requirements-dev.txt requirements-dev.txt
RUN /opt/venv/bin/pip install --no-cache-dir -r requirements-dev.txt -U

COPY geotrek/ geotrek/
COPY manage.py manage.py
COPY VERSION VERSION
COPY setup.cfg setup.cfg
COPY docker/* /usr/local/bin/
COPY --chown=geotrek:geotrek geotrek/ geotrek/
COPY --chown=geotrek:geotrek manage.py manage.py
COPY --chown=geotrek:geotrek VERSION VERSION
COPY --chown=geotrek:geotrek setup.cfg setup.cfg
COPY --chown=geotrek:geotrek docker/* /usr/local/bin/

ENTRYPOINT ["/bin/sh", "-e", "/usr/local/bin/entrypoint.sh"]
EXPOSE 8000
Expand Down

0 comments on commit 7808209

Please sign in to comment.