mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 00:06:21 +00:00
5 lines
130 B
Bash
Executable file
5 lines
130 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Docker build
|
|
# Optional buildtag
|
|
DOCKER_BUILDKIT=1 docker build ./. \
|
|
--tag ${buildtag:-alpine/firefox}
|