mirror of
https://github.com/ENSL/ensl-plugin.git
synced 2024-11-14 00:41:00 +00:00
a6f76694f7
Use compose
13 lines
No EOL
223 B
YAML
13 lines
No EOL
223 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
plugin:
|
|
command: "bash"
|
|
tty: true
|
|
stdin_open: true
|
|
container_name: "ensl_plugin"
|
|
build:
|
|
context: ./
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- "./build:/var/build" |