Skip to content

Commit

Permalink
Merge pull request #11 from ZeroGachis/SORD-532/fix-dockerfile
Browse files Browse the repository at this point in the history
fix: Dockerfile
  • Loading branch information
valentinmagrez authored Aug 28, 2024
2 parents 8627eea + 94464a0 commit cf58574
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
FROM python:3.12-alpine

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
COPY upload_package.py soti_apy.py /
COPY entrypoint.sh upload_package.py soti_api.py /

RUN pip3 install requests
RUN pip3 install urllib3
Expand Down

0 comments on commit cf58574

Please sign in to comment.