mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 08:03:43 +00:00
docker-compose build
This commit is contained in:
parent
b108be8afe
commit
5d655de594
4 changed files with 57 additions and 4 deletions
8
docker/docker-compose.yml
Normal file
8
docker/docker-compose.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
build:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: docker/Dockerfile
|
||||
user: "${UID:-1000}:${GID:-1000}"
|
||||
volumes:
|
||||
- ../dist:/out
|
||||
Loading…
Add table
Add a link
Reference in a new issue