Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Feb 8, 2023
1 parent 41e054c commit 412f785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ RUN poetry config virtualenvs.create false \
# copy source code ONLY after installing dependencies
COPY . /$appname
COPY ./deployment/uwsgi/uwsgi.ini /etc/uwsgi/uwsgi.ini
COPY ./bin/settings.py /var/www/sheepdog/settings.py
COPY ./bin/confighelper.py /var/www/sheepdog/confighelper.py
COPY ./bin/settings.py /var/www/$appname/settings.py
COPY ./bin/confighelper.py /var/www/$appname/confighelper.py

# install peregrine
RUN poetry config virtualenvs.create false \
Expand Down

0 comments on commit 412f785

Please sign in to comment.