mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-21 04:52:51 +08:00
9 lines
98 B
Docker
9 lines
98 B
Docker
FROM mijitt0m/ocelot-build:0.0.1
|
|
|
|
WORKDIR /src
|
|
|
|
COPY ./. .
|
|
|
|
RUN chmod u+x build.sh
|
|
|
|
RUN make build |