Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinmagrez committed Aug 28, 2024
1 parent 8627eea commit 94464a0
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 94464a0

Please sign in to comment.