feat: Initial Versioning 🐛

This commit is contained in:
2024-10-29 20:54:37 +13:00
parent a86f4499b2
commit 625623ec69
8 changed files with 200 additions and 1 deletions

9
compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
composer-uploader:
container_name: composer-build-package
build:
context: ./
dockerfile: Dockerfile
working_dir: /build
volumes:
- ./:/build