diff --git a/deploy.sh b/deploy.sh index 441cf66..653578c 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ -#!/usr/bin +#!/bin/sh BASEPATH=/home/developers/temperature-alarm @@ -13,5 +13,5 @@ chown www-data:www-data -R /var/www/html # Update backend docker stop api docker build --tag api $BASEPATH/backend/Api -docker run -d -p 8080:80 -p 8081:443 -p 5000:5000 --name api --rm api +docker run -d -p 5000:5000 --name api --rm api diff --git a/frontend/devices/index.html b/frontend/devices/index.html new file mode 100644 index 0000000..e69de29 diff --git a/frontend/favicon.ico b/frontend/favicon.ico new file mode 100644 index 0000000..6288598 Binary files /dev/null and b/frontend/favicon.ico differ diff --git a/frontend/fonts/PoetsenOne-Regular.ttf b/frontend/fonts/PoetsenOne-Regular.ttf new file mode 100644 index 0000000..1a89422 Binary files /dev/null and b/frontend/fonts/PoetsenOne-Regular.ttf differ diff --git a/frontend/home/index.html b/frontend/home/index.html index 2f7d6a8..403e197 100644 --- a/frontend/home/index.html +++ b/frontend/home/index.html @@ -5,12 +5,18 @@