#!/bin/bash export UID=`id -u` export GID=`id -g` export USER=`id -un` export GROUP=`groups | cut -f 1 -d ' '` docker compose run --build pencil