alpine/firefox/build

9 lines
210 B
Text
Raw Normal View History

2024-07-18 21:34:48 +00:00
#!/usr/bin/env bash
# Docker build
# Optional buildtag
# DOCKER_BUILDKIT=1 \
# docker build . \
# --build-arg debug=${debug:-""} \
# --tag ${buildtag:-myvnc/firefox}
docker compose up --build --detach