Skip to content

Commit

Permalink
Fix the docker warning
Browse files Browse the repository at this point in the history
  • Loading branch information
burakince committed Dec 1, 2024
1 parent 63d1771 commit 469e1b1
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 @@ -5,4 +5,4 @@ RUN mkdir -p /root/.ssh

COPY run.sh /bin/

ENTRYPOINT /bin/run.sh
ENTRYPOINT ["/bin/run.sh"]

0 comments on commit 469e1b1

Please sign in to comment.