11 lines
191 B
YAML
11 lines
191 B
YAML
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
entrypoint: ""
|
|
command: ["sleep", "3600"]
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- ./actions:/actions |