mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 10:56:11 +02:00
refactor: reorganize with some changes the docker images and manage.sh
This commit is contained in:
parent
3b648f5aa5
commit
a2c41cf9a7
20 changed files with 321 additions and 198 deletions
5
docker/devenv/files/entrypoint.sh
Normal file
5
docker/devenv/files/entrypoint.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
echo "UXBOX Docker entrypoint initialization..."
|
||||
|
||||
exec "$@"
|
Loading…
Add table
Add a link
Reference in a new issue