Skip to content

Commit

Permalink
Remove old setup.py from deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JMGaljaard committed Mar 28, 2022
1 parent e3aff65 commit 5af1fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update \
ADD data/ data/

# Use cache for pip, otherwise we repeatedly pull from repository
ADD setup.py requirements.txt ./
ADD requirements.txt ./
RUN --mount=type=cache,target=/root/.cache/pip python3 -m pip install -r requirements.txt

# Add FLTK and configurations
Expand Down

0 comments on commit 5af1fec

Please sign in to comment.