mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-01-09 19:32:57 -05:00
add fields to archetype and build drafts on Docker serve [skip ci]
This commit is contained in:
@@ -20,4 +20,4 @@ WORKDIR /src
|
||||
EXPOSE 1313
|
||||
|
||||
ENTRYPOINT ["/usr/bin/hugo"]
|
||||
CMD ["server", "--bind", "0.0.0.0", "--port", "1313", "--verbose"]
|
||||
CMD ["server", "--buildDrafts", "--buildFuture", "--bind", "0.0.0.0", "--port", "1313", "--verbose"]
|
||||
|
||||
Reference in New Issue
Block a user