Files
Ocelot/Dockerfile
T

9 lines
98 B
Docker

FROM mijitt0m/ocelot-build:0.0.1
WORKDIR /src
COPY ./. .
RUN chmod u+x build.sh
RUN make build