File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ USER root
41
41
42
42
COPY function function
43
43
44
+ # Allow any user-id for OpenShift users.
44
45
RUN chown -R app:app ./ && \
45
46
chmod -R 777 /home/app/python
46
47
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ USER root
39
39
40
40
COPY function function
41
41
42
+ # Allow any user-id for OpenShift users.
42
43
RUN chown -R app:app ./ && \
43
44
chmod -R 777 /home/app/python
44
45
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ USER root
39
39
40
40
COPY function function
41
41
42
+ # Allow any user-id for OpenShift users.
42
43
RUN chown -R app:app ./ && \
43
44
chmod -R 777 /home/app/python
44
45
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ USER root
40
40
41
41
COPY function function
42
42
43
+ # Allow any user-id for OpenShift users.
43
44
RUN chown -R app:app ./ && \
44
45
chmod -R 777 /home/app/python
45
46
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ USER root
40
40
41
41
COPY function function
42
42
43
+ # Allow any user-id for OpenShift users.
43
44
RUN chown -R app:app ./ && \
44
45
chmod -R 777 /home/app/python
45
46
You can’t perform that action at this time.
0 commit comments