1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-01-09 19:52:55 -05:00

bump some deps

This commit is contained in:
2021-03-15 10:34:20 -04:00
parent 5373129717
commit 99f0f53bed
3 changed files with 164 additions and 153 deletions

View File

@@ -5,4 +5,4 @@ FROM ghcr.io/jakejarvis/hugo-extended:0.79.1
# expose live-refresh server (on custom port)
EXPOSE 1337
CMD ["server", "--disableFastRender", "--buildDrafts", "--buildFuture", "--port", "1337", "--baseURL", "/", "--appendPort", "false", "--bind", "0.0.0.0", "--verbose"]
CMD ["server", "--disableFastRender", "--buildDrafts", "--buildFuture", "--port=1337", "--baseURL=/", "--appendPort=false", "--bind=0.0.0.0", "--verbose"]