This commit is contained in:
2024-02-05 23:14:23 +03:00
parent 5c8c3f16ae
commit b3509d698d
5 changed files with 28 additions and 112 deletions

View File

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