mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 03:58:15 +08:00
docker build works on windows
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user