mirror of
https://github.com/EpicMorg/docker.git
synced 2025-08-03 04:39:42 +03:00
6 lines
94 B
YAML
6 lines
94 B
YAML
version: '3.9'
|
|
services:
|
|
app:
|
|
image: "epicmorg/python:3.12"
|
|
build:
|
|
context: .
|