Skip to content

Commit b7057b6

Browse files
committed
Fix typos
Closes: #43 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent d4f9645 commit b7057b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

template/python3-flask-debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY requirements.txt .
2525
USER root
2626
RUN pip install -r requirements.txt
2727

28-
#build function directory and install user specified componenets.
28+
# Build the function directory and install any user-specified components
2929
USER app
3030

3131
RUN mkdir -p function

template/python3-flask/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY requirements.txt .
2525
USER root
2626
RUN pip install -r requirements.txt
2727

28-
#build function directory and install user specified componenets.
28+
# Build the function directory and install any user-specified components
2929
USER app
3030

3131
RUN mkdir -p function

template/python3-http/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY requirements.txt .
2424
USER root
2525
RUN pip install -r requirements.txt
2626

27-
#build function directory and install user specified componenets.
27+
# Build the function directory and install any user-specified components
2828
USER app
2929

3030
RUN mkdir -p function

0 commit comments

Comments
 (0)