docker-scripts/linux/ecosystem/epicmorg/debian/09-stretch/jdk13/docker-compose.yml

12 lines
236 B
YAML
Raw Normal View History

2022-05-06 01:06:22 +03:00
version: '3.9'
services:
app:
image: "epicmorg/debian:stretch-jdk13"
build:
context: .
2022-05-07 03:11:26 +03:00
app-develop:
image: "epicmorg/debian:stretch-develop-jdk13"
build:
context: .
dockerfile: ./Dockerfile.develop