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