mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
docker: improve lack-of-config panic
This commit is contained in:
parent
9cb93ae1ed
commit
28b63e587b
3 changed files with 37 additions and 9 deletions
|
@ -28,6 +28,14 @@ all:
|
|||
|
||||
docker image ls
|
||||
|
||||
min:
|
||||
rm -rf i
|
||||
mkdir i
|
||||
tar -cC../.. dist/copyparty-sfx.py bin/mtag | tar -xvCi
|
||||
|
||||
podman build --squash --pull=always -t copyparty/min:latest -f Dockerfile.min .
|
||||
echo 'scale=1;'`podman save copyparty/min:latest | pigz -c | wc -c`/1024/1024 | bc
|
||||
|
||||
push:
|
||||
docker push copyparty/min
|
||||
docker push copyparty/im
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue