You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When copying some scripts into the container the Dockerfile currently used COPY and then a separate RUN to chmod the files to make them executable. It would be better to use the --chmod flag for COPY.
The text was updated successfully, but these errors were encountered:
When copying some scripts into the container the
Dockerfile
currently usedCOPY
and then a separateRUN
tochmod
the files to make them executable. It would be better to use the--chmod
flag forCOPY
.The text was updated successfully, but these errors were encountered: