diff --git a/.gitignore b/.gitignore index 1a49a28..4d29575 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,3 @@ npm-debug.log* yarn-debug.log* yarn-error.log* - -# docker -docker-compose.yaml \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..ad72b21 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,8 @@ +version: '3' +services: + frontend: + build: . + container_name: SWA-Frontend + restart: unless-stopped + ports: + - "80:80"