Skip to content

Commit

Permalink
fix: solve path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev committed Jan 24, 2024
1 parent e0468db commit 79085c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resume.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ FROM cybardev/resume-env
# add git repo and set up directories
ADD --keep-git-dir=true https://github.com/cybardev/resume.git /app
ENV PYTHONPATH $PYTHONPATH:/app/src
VOLUME [ "/app/resume" ]
WORKDIR /app/resume
VOLUME [ "/app/resume" ]

# resume generator with default output directory
ENTRYPOINT [ "python3", "-m", "resume.builder", "-o", "/app/resume" ]

0 comments on commit 79085c9

Please sign in to comment.