refactor more build stuff for docker

This commit is contained in:
TomPallister
2020-01-16 21:46:54 +00:00
parent 37ceea019c
commit a8a31cdb8a
7 changed files with 155 additions and 78 deletions

9
docker/Dockerfile.build Normal file
View File

@ -0,0 +1,9 @@
FROM mijitt0m/ocelot-build:0.0.1
WORKDIR /src
COPY ./. .
RUN chmod u+x build.sh
RUN make build