Skip to content

Commit

Permalink
chore: change path entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
OldTyT authored Nov 19, 2023
1 parent cd06570 commit 159f0a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.10.6-slim-bullseye
ENV TYPE="diff" \
ANSIBLE_HOST_KEY_CHECKING="False"

COPY entrypoint.sh /entrypoint.sh
COPY entrypoint.sh /usr/local/bin/
COPY tester.py /tester.py

RUN apt update && \
Expand All @@ -15,4 +15,4 @@ RUN apt update && \

COPY ssh_config /etc/ssh/

ENTRYPOINT ['/entrypoint.sh']
ENTRYPOINT ["entrypoint.sh"]

0 comments on commit 159f0a2

Please sign in to comment.