FIXDOCKER и typehint в тестах
This commit is contained in:
14
Dockerfile
14
Dockerfile
@@ -1,15 +1,13 @@
|
||||
FROM python:3.10-slim
|
||||
|
||||
RUN mkdir /fastfood
|
||||
|
||||
WORKDIR /fastfood
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN pip install poetry
|
||||
|
||||
RUN poetry config virtualenvs.create false
|
||||
|
||||
RUN poetry install
|
||||
RUN mkdir -p /usr/src/fastfood
|
||||
|
||||
RUN chmod a+x scripts/*.sh
|
||||
WORKDIR /usr/src/fastfood
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN poetry install
|
||||
|
Reference in New Issue
Block a user