mirror of
https://github.com/KevinMidboe/schleppe-lab.git
synced 2025-10-29 17:50:39 +00:00
Dockfile use makefile commands
This commit is contained in:
@@ -9,9 +9,8 @@ WORKDIR /opt
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN gem update --system && gem install jekyll bundler
|
RUN make install
|
||||||
# RUN gem update --system && gem install jekyll && gem cleanup
|
RUN make build
|
||||||
RUN bundle install && jekyll build
|
|
||||||
|
|
||||||
ENTRYPOINT [ "jekyll" ]
|
ENTRYPOINT [ "jekyll" ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user