Ocelot/Dockerfile
2020-01-13 22:20:07 +00:00

9 lines
116 B
Docker

FROM mijitt0m/ocelot-build:0.0.1
WORKDIR /src
COPY ./. .
RUN chmod u+x build.sh
RUN /bin/bash -c "/src/build.sh"