Skip to content

Commit

Permalink
Copy from correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Jul 11, 2023
1 parent d200788 commit 5d5849e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/docker/demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN chmod 0644 /etc/cron.d/wger \
&& chmod +x /home/wger/venvwrapper /home/wger/entrypoint.sh \
&& touch /var/log/cron.log

COPY --from=builder /usr/src/app/wheels /wheels
COPY --from=builder /wheels /wheels
COPY --chown=wger:www-data . /home/wger/src

# Set up the application
Expand Down

0 comments on commit 5d5849e

Please sign in to comment.