starter docs

This commit is contained in:
Hubert Bryłkowski 2023-07-09 16:00:49 +02:00
parent c336f43559
commit 78a9f8cbe9
No known key found for this signature in database
GPG key ID: 4DE061A3D610F379
4 changed files with 37 additions and 7 deletions

View file

@ -1,7 +1,7 @@
FROM python:3.11
RUN mkdir /app
COPY /labeler /app
COPY / /app
COPY pyproject.toml poetry.lock /app/