тесты

This commit is contained in:
2024-02-05 19:13:40 +03:00
parent 43eca19d91
commit a5eebd15ba
7 changed files with 78 additions and 15 deletions

View File

@@ -8,6 +8,10 @@ RUN mkdir -p /usr/src/fastfood
WORKDIR /usr/src/fastfood
COPY . .
COPY ./pyproject.toml .
COPY ./poetry.lock .
RUN touch /usr/src/RUN_IN_DOCKER
RUN poetry install