dockerify

This commit is contained in:
itsAzaria
2026-02-19 00:31:54 +00:00
parent 5f29fd75e2
commit ac4b6f166f
3 changed files with 34 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
mimic:
build:
context: .
dockerfile: Dockerfile
container_name: mimic
restart: unless-stopped
volumes:
- ./.env:/app/.env:ro