dockerize that shit
This commit is contained in:
parent
a04d51a0a2
commit
295d2facd5
2
startpage/Dockerfile
Normal file
2
startpage/Dockerfile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
FROM nginx:alpine
|
||||||
|
COPY . /usr/share/nginx/html
|
2
startpage/deploy.sh
Executable file
2
startpage/deploy.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
docker build -t local_startpage:latest .
|
0
startpage/dome.js
Normal file → Executable file
0
startpage/dome.js
Normal file → Executable file
Loading…
Reference in New Issue
Block a user