Skip to content

Commit

Permalink
https://github.com/python-poetry/poetry/issues/1227
Browse files Browse the repository at this point in the history
  • Loading branch information
Doarakko committed Feb 23, 2023
1 parent 37d86cc commit 38328a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/hello-world/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app
RUN pip install -U pip
RUN pip install poetry
RUN poetry config virtualenvs.create false
RUN poetry install
RUN poetry install --no-root
RUN rm -rf ~/.cache

CMD [ "python", "main.py"]

0 comments on commit 38328a4

Please sign in to comment.