upd: Контейнеры для celery & rabbitmq

This commit is contained in:
2024-02-12 00:39:51 +03:00
parent ed3d7d9352
commit a0ebe9bdb9
6 changed files with 78 additions and 20 deletions

View File

@@ -8,7 +8,11 @@ RUN mkdir -p /usr/src/fastfood
WORKDIR /usr/src/fastfood
COPY . .
COPY ./example.env .
COPY ./poetry.lock .
COPY ./pyproject.toml .
RUN touch /usr/src/RUN_IN_DOCKER