mirror of
https://github.com/penpot/penpot.git
synced 2025-02-21 22:36:12 -05:00
- Migrate to from ubuntu to debian. - Add new buildenv image. - Remove production images building from this repo. - Better comaptibility with other architectures (arm64). - Improved config management.
4 lines
38 B
Bash
4 lines
38 B
Bash
#!/usr/bin/env zsh
|
|
|
|
set -ex
|
|
exec "$@"
|