mirror of
https://gitflic.ru/project/alt-gnome/karkas.git
synced 2025-01-12 01:31:05 +03:00
10 lines
157 B
YAML
10 lines
157 B
YAML
version: '3'
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: ../..
|
|
dockerfile: src/altlinux/Dockerfile
|
|
volumes:
|
|
- ./config.yaml:/app/config.yaml
|