Skip to content

Commit

Permalink
docker minor
Browse files Browse the repository at this point in the history
  • Loading branch information
RBhupi committed Nov 21, 2024
1 parent ea055dd commit 652f50c
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 @@ -4,7 +4,7 @@ COPY requirements.txt /app/
RUN pip3 install --no-cache-dir --upgrade -r /app/requirements.txt
COPY test-data/sage-sgp.mov /app/test-data/

COPY app.py inf.py /app/
COPY app.py inf.py test_app.py /app/

WORKDIR /app
ENTRYPOINT ["python3", "/app/app.py"]

0 comments on commit 652f50c

Please sign in to comment.