mirror of
https://github.com/fergalmoran/bitchmin.git
synced 2026-02-16 04:45:44 +00:00
10 lines
228 B
Bash
Executable File
10 lines
228 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# docker build --no-cache -t fergalmoran/bitchns .
|
|
# --platform linux/arm/v7,linux/amd64 \
|
|
|
|
docker buildx build \
|
|
--push \
|
|
--platform linux/arm/v7,linux/amd64 \
|
|
-t fergalmoran/bitchmin-web .
|