added docker-compose

This commit is contained in:
2024-04-20 13:24:57 +02:00
parent 4601da0ae7
commit b6999ff3ad
2 changed files with 8 additions and 3 deletions

3
.gitignore vendored
View File

@@ -21,6 +21,3 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# docker
docker-compose.yaml

8
docker-compose.yaml Normal file
View File

@@ -0,0 +1,8 @@
version: '3'
services:
frontend:
build: .
container_name: SWA-Frontend
restart: unless-stopped
ports:
- "80:80"