This commit is contained in:
Markus Dieckmann 2020-03-11 10:00:32 +01:00
commit 477e848247
3 changed files with 4 additions and 0 deletions

2
startpage/Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html

2
startpage/deploy.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker build -t local_startpage:latest .

0
startpage/dome.js Normal file → Executable file
View File