mirror of
https://github.com/penpot/penpot.git
synced 2025-12-23 22:48:40 -05:00
✨ Improve storage sharding replacing uuid/next with uuid/random
This commit is contained in:
committed by
Alejandro Alonso
parent
b5e26fe615
commit
172a39c2e2
@@ -24,9 +24,8 @@ function build-devenv {
|
||||
|
||||
pushd docker/devenv;
|
||||
|
||||
docker buildx inspect penpot > /dev/null 2>&1;
|
||||
docker run --privileged --rm tonistiigi/binfmt --install all
|
||||
|
||||
docker buildx inspect penpot > /dev/null 2>&1;
|
||||
|
||||
if [ $? -eq 1 ]; then
|
||||
docker buildx create --name=penpot --use
|
||||
|
||||
Reference in New Issue
Block a user