mirror of
https://github.com/Neur0toxine/lg-webos-devmode-timer-extender.git
synced 2025-02-03 16:19:23 +03:00
12 lines
167 B
YAML
12 lines
167 B
YAML
version: "3"
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./:/app
|
|
working_dir: "/app"
|
|
command: "make build"
|