Made the website into a docker container

This commit is contained in:
Bo⋆˚✿˖° 2024-11-12 12:15:32 +01:00
parent f9d5192da2
commit 62224b2594
Signed by: FreedTapestry21
GPG key ID: 5E19D8C7E935C480
8 changed files with 35 additions and 0 deletions

7
docker-compose.yml Normal file
View file

@ -0,0 +1,7 @@
services:
web:
build: .
# image: pixelated:testing
container_name: pixelated-web
ports:
- '80:80'