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 merge requests found
Pipeline #13125 failed with stages
in 7 minutes and 30 seconds
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment