Dockfile use makefile commands

This commit is contained in:
2023-07-09 22:57:56 +02:00
parent 9733d5bac7
commit 18428c5767

View File

@@ -9,9 +9,8 @@ WORKDIR /opt
COPY . .
RUN gem update --system && gem install jekyll bundler
# RUN gem update --system && gem install jekyll && gem cleanup
RUN bundle install && jekyll build
RUN make install
RUN make build
ENTRYPOINT [ "jekyll" ]