Files
net.aliasvault.app/docs/Dockerfile
2024-11-22 00:40:41 +01:00

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