Skip to content
Snippets Groups Projects
Commit d1f2f7ee authored by Konrad Wojtasik's avatar Konrad Wojtasik
Browse files

Update DockerFile

parent 2395b39a
Branches
No related tags found
No related merge requests found
Pipeline #13125 failed
......@@ -9,6 +9,6 @@ COPY pyproject.toml .
COPY README.md .
RUN pip install poetry==1.1.8 poetry-core==1.0.4 urllib3==1.26.6
RUN poetry config virtualenvs.create false && poetry install
RUN poetry config virtualenvs.create false && poetry build && poetry install
CMD python main.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment