mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Fix comment typos in Dockerfiles
This commit is contained in:
parent
e0d2ff7761
commit
15c933c206
|
@ -1,4 +1,4 @@
|
|||
# define an alias for the specfic python version used in this file.
|
||||
# define an alias for the specific python version used in this file.
|
||||
FROM python:3.11.3-slim-bullseye as python
|
||||
|
||||
# Python build stage
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# define an alias for the specfic python version used in this file.
|
||||
# define an alias for the specific python version used in this file.
|
||||
FROM python:3.11.3-slim-bullseye as python
|
||||
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ ENV DJANGO_AZURE_ACCOUNT_NAME=${DJANGO_AZURE_ACCOUNT_NAME}
|
|||
RUN npm run build
|
||||
|
||||
{%- endif %}
|
||||
# define an alias for the specfic python version used in this file.
|
||||
# define an alias for the specific python version used in this file.
|
||||
FROM python:3.11.3-slim-bullseye as python
|
||||
|
||||
# Python build stage
|
||||
|
|
Loading…
Reference in New Issue
Block a user