Force fullclean to remove existing images
This commit is contained in:
parent
43021ebdda
commit
e371cdedcb
|
@ -1,8 +1,6 @@
|
|||
|
||||
FROM ruby:3.2.2-alpine AS builder
|
||||
|
||||
LABEL stage=distrust-co-builder
|
||||
RUN apk update && apk add g++ make git git-lfs
|
||||
|
||||
RUN mkdir -p /home
|
||||
COPY Gemfile /home
|
||||
COPY Gemfile.lock /home
|
||||
|
@ -13,5 +11,4 @@ COPY . /home
|
|||
RUN jekyll build
|
||||
|
||||
FROM nginx
|
||||
|
||||
COPY --from=builder /home/_site /usr/share/nginx/html
|
||||
|
|
Loading…
Reference in New Issue