Dockerfile aktualisiert
All checks were successful
Build the Docker Image / docker (push) Successful in 3m22s
All checks were successful
Build the Docker Image / docker (push) Successful in 3m22s
feat(Dockerfile): installing dependencies
This commit is contained in:
parent
6c78c433be
commit
f59a6a9c70
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@ FROM bretfisher/jekyll-serve
|
|||
|
||||
COPY . /site
|
||||
|
||||
WORKDIR /site
|
||||
|
||||
RUN bundle install --retry 5 --jobs 20
|
||||
|
||||
ENV JEKYLL_ENV="production"
|
||||
|
||||
EXPOSE 4000
|
Loading…
Add table
Add a link
Reference in a new issue