2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-01-16 00:28:11 +03:00
2022-05-07 03:11:26 +03:00

12 lines
236 B
YAML

version: '3.9'
services:
app:
image: "epicmorg/debian:stretch-jdk15"
build:
context: .
app-develop:
image: "epicmorg/debian:stretch-develop-jdk15"
build:
context: .
dockerfile: ./Dockerfile.develop