mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 09:56:20 +02:00
Fix docker volume mount error in build script. (#519)
This commit is contained in:
parent
11cef143a3
commit
33ce337cd3
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -313,7 +313,7 @@ fi
|
|||
|
||||
log "Building base image: $BASE_IMAGE"
|
||||
docker run --rm -i \
|
||||
-v ./:/src \
|
||||
-v "$(pwd)":/src \
|
||||
-e "RUNTIME_DOCKERFILE=$RUNTIME_DOCKERFILE" \
|
||||
--workdir /src \
|
||||
--entrypoint go \
|
||||
|
|
Loading…
Add table
Reference in a new issue