mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:36:21 +00:00
Mild edit for docker build syntax
This commit is contained in:
parent
1589f50882
commit
24ed4ad1aa
4 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# Docker build
|
||||
# Optional buildtag
|
||||
DOCKER_BUILDKIT=1 docker build ./. \
|
||||
DOCKER_BUILDKIT=1 docker build . \
|
||||
--tag ${buildtag:-alpine/firefox}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue