diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ FROM python:3.11 WORKDIR /code +ARG FLIT_ROOT_INSTALL=1 RUN pip install flit COPY . /code/ |
![]() |
index : getchoo-archive/guzzle_api | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | Dockerfile | 1 |
@@ -1,6 +1,7 @@ FROM python:3.11 WORKDIR /code +ARG FLIT_ROOT_INSTALL=1 RUN pip install flit COPY . /code/ |