MW
Size: a a a
MW
GG
GG
GG
GG
MW
cli:
tty: true
stdin_open: true
В
GG
В
AP
В
К👨
GG
MW
FROM python:3.8.3-alpine
WORKDIR /work
COPY . .
RUN apk add build-base libffi-dev openssl-dev && \
pip install poetry && \
poetry build && \
pip install $(ls dist/*.whl)
ENTRYPOINT ["/bin/sh", "-c"]
CMD ["#(nop)"]
С&
GG
С&
С&
GG