mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
🐛 Fix merge error in manage script
This commit is contained in:
parent
e6a9e27802
commit
eb211c0c8e
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ function usage {
|
|||
echo "- build-devenv-local Build a local docker development oriented image"
|
||||
echo "- create-devenv Create the development oriented docker compose service."
|
||||
echo "- start-devenv Start the development oriented docker compose service."
|
||||
}
|
||||
|
||||
function build-frontend-docker-images {
|
||||
rsync -avr --delete ./bundles/frontend/ ./docker/images/bundle-frontend/;
|
||||
|
|
Loading…
Reference in a new issue