Add Dockerfile and build with GitHub Actions

This commit is contained in:
2024-01-21 20:42:56 +01:00
parent 1224498518
commit 5e3543c392
4 changed files with 50 additions and 0 deletions

5
docker-compose.yml Normal file
View File

@ -0,0 +1,5 @@
services:
anewdawn:
image: ghcr.io/thelovinator1/anewdawn:master
container_name: anewdawn
restart: unless-stopped