Add Dockerfile
This commit is contained in:
parent
b63cd21a79
commit
44abb6579d
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ include/
|
|||||||
lib/
|
lib/
|
||||||
lib64
|
lib64
|
||||||
*.pyc
|
*.pyc
|
||||||
|
.jekyll-cache
|
||||||
|
|||||||
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
FROM jekyll/builder:3.8 AS builder
|
||||||
|
|
||||||
|
COPY --chown=1000 . /src
|
||||||
|
WORKDIR /src/ianonavy/
|
||||||
|
RUN jekyll build
|
||||||
|
|
||||||
|
FROM nginx:1.21.3
|
||||||
|
COPY --chown=nginx --from=builder /src/ianonavy/_site /usr/share/nginx/html/
|
||||||
Loading…
x
Reference in New Issue
Block a user