mirror of
https://github.com/cristicalin/synology-csi.git
synced 2026-03-26 19:03:12 +00:00
8 lines
164 B
Bash
Executable File
8 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
SOURCE_PATH=$(realpath "$(dirname "${BASH_SOURCE}")")
|
|
|
|
echo "src path=""$SOURCE_PATH"
|
|
cd "$SOURCE_PATH" || exit
|
|
# Do docker build
|
|
make
|
|
make docker-build |