2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-02-18 09:38:49 +03:00
2024-06-21 16:22:11 +03:00

12 lines
233 B
YAML

#version: '3'
services:
app:
image: "epicmorg/debian:stretch-jdk7"
build:
context: .
app-develop:
image: "epicmorg/debian:stretch-develop-jdk7"
build:
context: .
dockerfile: ./Dockerfile.develop