Browse Source

Updated script permissions

expose_links
Drew Short 5 years ago
parent
commit
28e2d70064
  1. 2
      Dockerfile

2
Dockerfile

@ -21,6 +21,6 @@ RUN cd /tmp \
COPY ./assets/* /opt/resource/
RUN chmod +x /opt/resource/check \
RUN chmod 755 /opt/resource/check \
&& chmod +x /opt/resource/in \
&& chmod +x /opt/resource/out
Loading…
Cancel
Save