dockerize that shit

This commit is contained in:
mightypanders 2020-01-08 00:29:55 +01:00
parent a04d51a0a2
commit 295d2facd5
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