mirror of
https://github.com/aliasvault/aliasvault.git
synced 2025-12-23 22:28:22 -05:00
9 lines
151 B
Docker
9 lines
151 B
Docker
FROM jekyll/jekyll:4.2.2
|
|
|
|
WORKDIR /srv/jekyll
|
|
COPY . .
|
|
RUN chown -R jekyll:jekyll /srv/jekyll
|
|
|
|
# Install the theme and dependencies
|
|
RUN bundle install
|