Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Feb 26, 2024
1 parent 9c0ed1d commit 57ae8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyscan-c2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ RUN pip3 install poetry==1.1.5
RUN poetry config virtualenvs.create false
RUN poetry install --no-dev
ADD ./c2_pub_sub.py .
ADD ./axis_ptz_utiilities.py .
ADD ./axis_ptz_utilities.py .
ENTRYPOINT [ "python3", "c2_pub_sub.py" ]

0 comments on commit 57ae8a4

Please sign in to comment.