mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 03:01:38 +02:00
misc: naming refactor on build process
This commit is contained in:
parent
6a75eb893c
commit
5ecd86ba02
11 changed files with 76 additions and 84 deletions
5
docker/backend/entrypoint.sh
Normal file
5
docker/backend/entrypoint.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
echo "Setting up UXBOX Backend..."
|
||||
|
||||
exec "$@"
|
Loading…
Add table
Add a link
Reference in a new issue