Skip to content

Commit

Permalink
Update {{ cookiecutter.__package_name_kebab_case }}/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Laurent Sorber <[email protected]>
  • Loading branch information
PGerardi and lsorber authored Sep 7, 2023
1 parent df0aa07 commit f2a652f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion {{ cookiecutter.__package_name_kebab_case }}/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ WORKDIR /workspaces/{{ cookiecutter.__package_name_kebab_case }}/

# Install the run time Python dependencies in the virtual environment.
COPY --chown=user:user poetry.lock* pyproject.toml /workspaces/{{ cookiecutter.__package_name_kebab_case }}/

RUN mkdir -p /home/user/.cache/pypoetry/ && mkdir -p /home/user/.config/pypoetry/ && \
mkdir -p src/{{ cookiecutter.__package_name_snake_case }}/ && touch src/{{ cookiecutter.__package_name_snake_case }}/__init__.py && touch README.md
RUN --mount=type=cache,uid=$UID,gid=$GID,target=/home/user/.cache/pypoetry/ \
Expand Down

0 comments on commit f2a652f

Please sign in to comment.