Skip to content

Commit

Permalink
forgot to add to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Feb 26, 2024
1 parent b58a12a commit 9490051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skyscan-c2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +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 .
ENTRYPOINT [ "python3", "c2_pub_sub.py" ]

0 comments on commit 9490051

Please sign in to comment.