added docker image. Updated readme

This commit is contained in:
Eddy Hintze
2024-08-04 16:49:41 -04:00
parent 33d78c163e
commit 69393443ff
5 changed files with 13 additions and 3 deletions

View File

@@ -6,6 +6,6 @@ WORKDIR /app
COPY . .
RUN poetry config virtualenvs.create false && poetry install --no-dev
RUN poetry config virtualenvs.create false && poetry install --only main
ENTRYPOINT ["hbd"]