fix-dockerfile

This commit is contained in:
Tony Rewin 2023-10-06 03:24:40 +03:00
parent b64d9d5014
commit 34f9139742

View File

@ -4,6 +4,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ENV GIT_SSH_COMMAND "ssh -v"
WORKDIR /app
RUN apt-get update && apt-get install -y git build-essential
RUN pip install poetry
COPY . .
RUN poetry install