mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-01 18:19:56 +00:00
9 lines
124 B
Bash
9 lines
124 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
export USER_ID=$(id -u)
|
||
|
export GROUP_ID=$(id -g)
|
||
|
|
||
|
mkdir -p ./volumes/pictrs
|
||
|
|
||
|
docker-compose up --build
|