Skip to content

Commit

Permalink
Fixing src location on Dockerfile.
Browse files Browse the repository at this point in the history
Signed-off-by: Marco A. Gutierrez <[email protected]>
  • Loading branch information
marcoag committed Feb 11, 2024
1 parent 8d2d5f2 commit 9a4a62a
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 @@ -21,8 +21,8 @@ RUN apt-get update && \
ENV LC_ALL=C.UTF-8


COPY eventyay-talk/pyproject.toml /pretalx
COPY eventyay-talk/src /pretalx/src
COPY pyproject.toml /pretalx
COPY src /pretalx/src
COPY deployment/docker/pretalx.bash /usr/local/bin/pretalx
COPY deployment/docker/supervisord.conf /etc/supervisord.conf

Expand Down

0 comments on commit 9a4a62a

Please sign in to comment.