Skip to content

Commit

Permalink
fix: fix casing of FROM AS in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber authored Dec 20, 2024
1 parent 4ee45cc commit 3d58170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{ cookiecutter.__project_name_kebab_case }}/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ WORKDIR /workspaces/{{ cookiecutter.__project_name_kebab_case }}/



FROM base as poetry
FROM base AS poetry

USER root

Expand Down Expand Up @@ -64,7 +64,7 @@ RUN --mount=type=cache,uid=$UID,gid=$GID,target=/home/user/.cache/pypoetry/ \



FROM poetry as dev
FROM poetry AS dev

# Install development tools: curl, git, gpg, ssh, starship, sudo, vim, and zsh.
USER root
Expand Down

0 comments on commit 3d58170

Please sign in to comment.