Skip to content

Commit

Permalink
fix: move entrypoint script location
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse0Michael committed Nov 22, 2022
1 parent b8f9bad commit a35c85a
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 @@ -6,6 +6,6 @@ LABEL org.opencontainers.image.description "Docker image for the AWS CLI to use
RUN yum install -y nc \
&& yum clean all

ADD run.sh /scripts/run.sh
ADD run.sh /run.sh

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

0 comments on commit a35c85a

Please sign in to comment.