Basic Plugin Support - Syntax Highlighter Added - WIP

This commit is contained in:
Daniel Szabo 2022-05-22 19:26:43 +01:00
parent 1c873d23b5
commit a6a56a11c7
8 changed files with 367 additions and 7 deletions

View file

@ -22,5 +22,10 @@ COPY --from=builder /usr/src/microbin/target/release/microbin /usr/local/bin/mic
# copy /static folder containing the stylesheets
COPY --from=builder /usr/src/microbin/static /usr/local/bin/static
# Install Ruby (no need if you're disabling all plugins)
RUN \
apt-get update && \
apt-get install -y ruby
# run the binary
CMD ["microbin"]