mirror of
https://github.com/wfg/docker-wireguard.git
synced 2025-12-20 00:15:42 +01:00
9 lines
151 B
Bash
Executable File
9 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source build_variables
|
|
|
|
docker build --pull \
|
|
--build-arg "WGT_GIT_REF=${WGT_GIT_REF}" \
|
|
--tag "${IMAGE_NAME}:latest" \
|
|
build
|