Add deploy step, update readme, copy less files to image

This commit is contained in:
Deko
2023-03-03 22:20:00 +01:00
parent 8e48cfc2d0
commit d97585900c
5 changed files with 46 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
FROM python:3.11.2
COPY ./ /
COPY /poetry.lock /poetry.lock
COPY /pyproject.toml /pyproject.toml
COPY ./app /app
WORKDIR /
RUN apt-get update
RUN apt-get -y dist-upgrade