Skip to content

Commit

Permalink
Small Dockerfile edit
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkhamLee committed Mar 29, 2024
1 parent 2594919 commit 962578a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.11-slim as build
COPY requirements.txt ./requirements.txt
RUN pip3 install -r /requirements.txt

COPY wsgi.py . server.py photo_inferencing.py score_service.py logging_util.py ./
COPY wsgi.py server.py photo_inferencing.py monitoring.py score_service.py logging_util.py ./


EXPOSE 6000
Expand Down

0 comments on commit 962578a

Please sign in to comment.