mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-01 10:09:57 +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
|