Move static files around + add Dockerfile + add docker-compose.yml

This commit is contained in:
Hydroxycarbamide 2024-10-20 16:55:57 +02:00
parent 5405630490
commit 48730aa9af
17 changed files with 66 additions and 52 deletions

9
docker-compose.yml Normal file
View file

@ -0,0 +1,9 @@
services:
app:
image: startpage
build: .
restart: unless-stopped
ports:
- "8080:8080"
environment:
PORT: 8080