~brz/brz/homepage

« back to all changes in this revision

Viewing changes to Dockerfile

  • Committer: Jelmer Vernooij
  • Date: 2022-02-08 18:27:54 UTC
  • Revision ID: jelmer@jelmer.uk-20220208182754-h3mo1w00jjhyosxm
Fix node-static invocation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
RUN apt -y update && apt -y install rsync git pelican make python3-fastbencode python3-typogrify python3-pygments python3-markdown python3-pip brz python3-sphinx && python3 -m pip install pelican-sitemap git+https://github.com/jelmer/googleanalytics && cd /code && make -C /code publish && apt -y purge pelican python3-typogrify python3-pygments python3-markdown && apt -y autoremove
4
4
RUN apt -y install node-static
5
5
EXPOSE 8080
6
 
CMD node /usr/bin/node-static /code/output
 
6
CMD node /usr/bin/node-static -a 0.0.0.0 /code/output