diff --git a/{{cookiecutter.hyphenated}}/Dockerfile b/{{cookiecutter.hyphenated}}/Dockerfile index 46deeb5..2710bdf 100644 --- a/{{cookiecutter.hyphenated}}/Dockerfile +++ b/{{cookiecutter.hyphenated}}/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.10-bullseye ENV DEBIAN_FRONTEND noninteractive COPY pyproject.toml poetry.loc[k] / RUN curl -sSL https://install.python-poetry.org | python - && \ - echo "export PATH=\"/root/.local/bin:$PATH\"" > ~/.bashrc && \ + echo 'export PATH="/root/.local/bin:$PATH"' > ~/.bashrc && \ export PATH="/root/.local/bin:$PATH" && \ poetry config virtualenvs.create false && \ poetry self add poetry-bumpversion && \