mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-01 01:25:34 +03:00
7 lines
106 B
YAML
7 lines
106 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
app:
|
||
|
image: "epicmorg/astralinux:1.7-python3.11"
|
||
|
build:
|
||
|
context: .
|