This commit is contained in:
parent
70d72f4f12
commit
963bc55c07
@ -7,7 +7,11 @@ COPY ./jekyll /app/jekyll/
|
||||
RUN mkdir -p /app/jekyll/_site && jekyll build
|
||||
|
||||
FROM nginx:alpine
|
||||
|
||||
LABEL maintainer="Sthope <hopelessautomations@gmail.com>"
|
||||
|
||||
RUN rm -f /etc/nginx/conf.d/* && rm -rf /app/*
|
||||
|
||||
COPY --from=builder /app/jekyll/_site /app
|
||||
|
||||
COPY ./nginx /etc/nginx/
|
Loading…
x
Reference in New Issue
Block a user