From 94464a069241636e013b94908edd44505096f4c0 Mon Sep 17 00:00:00 2001 From: Valentin Magrez Date: Wed, 28 Aug 2024 11:31:31 +0200 Subject: [PATCH] fix: Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 315a5b8..66c7b6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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