dockerize that shit
This commit is contained in:
parent
a04d51a0a2
commit
295d2facd5
|
@ -0,0 +1,2 @@
|
|||
FROM nginx:alpine
|
||||
COPY . /usr/share/nginx/html
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
docker build -t local_startpage:latest .
|
Loading…
Reference in New Issue