This commit is contained in:
2024-02-05 23:30:18 +03:00
parent b3509d698d
commit a2ed5a6732
4 changed files with 2 additions and 8 deletions

View File

@@ -10,8 +10,6 @@ WORKDIR /usr/src/fastfood
COPY . .
COPY ./example.env ./.env
RUN touch /usr/src/RUN_IN_DOCKER
RUN poetry install