mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 14:03:49 +00:00
8 lines
156 B
YAML
8 lines
156 B
YAML
services:
|
|
build:
|
|
build:
|
|
context: ..
|
|
dockerfile: docker/Dockerfile
|
|
user: "${UID:-1000}:${GID:-1000}"
|
|
volumes:
|
|
- ../dist:/out
|