File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ COPY requirements.txt .
2525USER root
2626RUN 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
2929USER app
3030
3131RUN mkdir -p function
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ COPY requirements.txt .
2525USER root
2626RUN 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
2929USER app
3030
3131RUN mkdir -p function
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ COPY requirements.txt .
2424USER root
2525RUN 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
2828USER app
2929
3030RUN mkdir -p function
You can’t perform that action at this time.
0 commit comments