2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-01-26 21:47:57 +03:00
2024-06-21 16:22:11 +03:00

12 lines
235 B
YAML

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