docker build works on windows

This commit is contained in:
TomPallister
2020-01-16 21:37:51 -08:00
parent 0e6f44b342
commit 92ce87c61c
26 changed files with 4240 additions and 4240 deletions

View File

@ -1,12 +1,12 @@
# call from ocelot repo root with
# docker build -f ./docker/Dockerfile.build .
FROM mijitt0m/ocelot-build:0.0.1
WORKDIR /src
COPY ./. .
RUN chmod u+x build.sh
# call from ocelot repo root with
# docker build -f ./docker/Dockerfile.build .
FROM mijitt0m/ocelot-build:0.0.1
WORKDIR /src
COPY ./. .
RUN chmod u+x build.sh
RUN make build