Fix comment typos in Dockerfiles

This commit is contained in:
Bruno Alla 2023-04-25 10:44:02 +02:00
parent e0d2ff7761
commit 15c933c206
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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