Skip to content

Commit

Permalink
Merge pull request #21 from marcbacchi/feat-1
Browse files Browse the repository at this point in the history
feat-1 testing
  • Loading branch information
marcbacchi authored Oct 30, 2024
2 parents 3f76bef + b4b9f74 commit 746134c
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 @@ -10,8 +10,8 @@ LABEL homepage="https://marcbacchi.dev"

ENV AWSCLI_VERSION='1.22.63'

RUN pip install --upgrade pip
RUN pip install --quiet --no-cache-dir
# RUN python -m pip install --upgrade pip
# RUN pip install --quiet --no-cache-dir

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

0 comments on commit 746134c

Please sign in to comment.