Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeukema committed Dec 12, 2023
1 parent fd69ae9 commit ea99c5c
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 @@ -27,7 +27,7 @@ COPY requirements.txt /home/vessel_detection/requirements.txt
RUN pip install --no-cache-dir -r /home/vessel_detection/requirements.txt

# Set Working Directory and Prepare App
WORKDIR /home/vessel_detection/
WORKDIR /home/vessel_detection/src
COPY src /home/vessel_detection/src
COPY main.py /home/vessel_detection/main.py
COPY tests /home/vessel_detection/src/
Expand Down

0 comments on commit ea99c5c

Please sign in to comment.