starter docs

This commit is contained in:
Hubert Bryłkowski 2023-07-09 16:00:49 +02:00 committed by Piotr Gaczkowski
parent ef8b051b33
commit 56af39791e
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/