mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 03:38:15 +08:00
refactor more build stuff for docker
This commit is contained in:
9
docker/Dockerfile.build
Normal file
9
docker/Dockerfile.build
Normal file
@ -0,0 +1,9 @@
|
||||
FROM mijitt0m/ocelot-build:0.0.1
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
COPY ./. .
|
||||
|
||||
RUN chmod u+x build.sh
|
||||
|
||||
RUN make build
|
Reference in New Issue
Block a user