mirror of
https://github.com/KevinMidboe/schleppe-lab.git
synced 2025-10-29 01:30:39 +00:00
Dockfile use makefile commands
This commit is contained in:
@@ -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" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user