Skip to content

Commit

Permalink
[misc] Fix broken docker image (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
slarse committed Feb 1, 2024
1 parent 702aa5b commit 2b337d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN addgroup -S repobee -g 1000 && adduser -S repobee -G repobee -u 1000

RUN mkdir "$SOURCE_DIRECTORY"
COPY src "$SOURCE_DIRECTORY/src"
COPY requirements "$SOURCE_DIRECTORY/requirements/"
COPY setup.py README.md scripts/install.sh "$SOURCE_DIRECTORY"

RUN chown -R repobee:repobee /home/repobee
Expand Down

0 comments on commit 2b337d8

Please sign in to comment.