server-debian/_installs/penpot.sh

12 lines
210 B
Bash
Raw Normal View History

2024-02-02 19:19:17 +01:00
#!/bin/sh
mkdir -p /Forks/penpot/
cd /Forks/penpot/
wget https://raw.githubusercontent.com/penpot/penpot/main/docker/images/docker-compose.yaml
docker-compose \
-p penpot \
-f docker-compose.yaml \
up -d