Basic Plugin Support - Syntax Highlighter Added - WIP
This commit is contained in:
parent
1c873d23b5
commit
a6a56a11c7
8 changed files with 367 additions and 7 deletions
|
@ -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"]
|
Loading…
Add table
Add a link
Reference in a new issue