Skip to content

Commit

Permalink
fix(pcc): include manifest in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeLionX committed Dec 16, 2023
1 parent 52c8445 commit 4080f3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ ENV ALGORITHM_MAIN="/app/algorithm.py"
COPY requirements.txt /app/
RUN pip install -r /app/requirements.txt

COPY manifest.json /app/
COPY algorithm.py /app/

0 comments on commit 4080f3c

Please sign in to comment.