2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-02-16 00:28:44 +03:00

12 lines
233 B
YAML
Raw Normal View History

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