File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ COPY requirements.txt .
25
25
USER root
26
26
RUN pip install -r requirements.txt
27
27
28
- # build function directory and install user specified componenets.
28
+ # Build the function directory and install any user- specified components
29
29
USER app
30
30
31
31
RUN mkdir -p function
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ COPY requirements.txt .
25
25
USER root
26
26
RUN pip install -r requirements.txt
27
27
28
- # build function directory and install user specified componenets.
28
+ # Build the function directory and install any user- specified components
29
29
USER app
30
30
31
31
RUN mkdir -p function
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ COPY requirements.txt .
24
24
USER root
25
25
RUN pip install -r requirements.txt
26
26
27
- # build function directory and install user specified componenets.
27
+ # Build the function directory and install any user- specified components
28
28
USER app
29
29
30
30
RUN mkdir -p function
You can’t perform that action at this time.
0 commit comments