This commit is contained in:
@ -48,7 +48,7 @@ RUN mkdir /scripts
|
||||
COPY platform.sh /scripts/platform.sh
|
||||
RUN ls -l /scripts
|
||||
RUN chmod +x /scripts/platform.sh
|
||||
RUN /scripts/platform.sh
|
||||
RUN ["/bin/bash", "-c", "/scripts/platform.sh"]
|
||||
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
|
||||
|
Reference in New Issue
Block a user