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
|
RUN mkdir -p /app/jekyll/_site && jekyll build
|
||||||
|
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
|
||||||
LABEL maintainer="Sthope <hopelessautomations@gmail.com>"
|
LABEL maintainer="Sthope <hopelessautomations@gmail.com>"
|
||||||
|
|
||||||
RUN rm -f /etc/nginx/conf.d/* && rm -rf /app/*
|
RUN rm -f /etc/nginx/conf.d/* && rm -rf /app/*
|
||||||
|
|
||||||
COPY --from=builder /app/jekyll/_site /app
|
COPY --from=builder /app/jekyll/_site /app
|
||||||
|
|
||||||
COPY ./nginx /etc/nginx/
|
COPY ./nginx /etc/nginx/
|
Loading…
x
Reference in New Issue
Block a user