2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-01-30 07:28:00 +03:00

12 lines
234 B
YAML
Raw Normal View History

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