Files
speckle_automate_python_exa…/Dockerfile
T
Gergő Jedlicska f4fdcb9272 initial commit
2023-06-22 12:32:34 +02:00

8 lines
129 B
Docker

FROM python:3.11
# RUN pip install poetry
COPY . .
RUN pip install -r requirements.txt
# RUN poetry install --no-root --no-dev