Skip to content
Snippets Groups Projects

Fix moving all python files to docker image context

Merged Corné Lukken requested to merge lukken/py-pcc-sim:master into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 1 FROM ubuntu:20.04
2 2
3 COPY requirements.txt /requirements.txt
3 # Just copy everything
4 COPY . /pypcc
  • Comment on lines -3 to +4

    But there is only a requirements.txt? This just copies the Dockerfile as well, which is not needed. If we need to copy a bunch of files, I propose we make a pypcc dir in the repo and copy all of that to /pypcc.

  • Please register or sign in to reply
Please register or sign in to reply
Loading