Add read permission.

This commit is contained in:
Olga Maciaszek-Sharma
2024-11-13 16:57:49 +01:00
parent a765294d97
commit 0e29249b05

View File

@@ -14,7 +14,7 @@ RUN useradd -u1000 -m scc
# Install sdkman and java
COPY sdkman/ /usr/local/bin/
RUN chmod +x /usr/local/bin/sdkman-wrapper.sh
RUN chmod +r+x /usr/local/bin/sdkman-wrapper.sh
# provide output & contract directories and change owner to scc
RUN mkdir -p /contracts