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

Update Dockerfile

This commit is contained in:
2019-10-16 20:19:45 -04:00
parent 8d6af0ae4e
commit 3db94d1cbe
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Custom Hugo Extended fork, pre-built on GitHub Package Registry:
# https://github.com/jakejarvis/hugo-custom/packages
# https://hub.docker.com/r/jakejarvis/hugo-custom
# https://github.com/jakejarvis/hugo-custom/blob/master/Dockerfile
#
# Usage:
@@ -7,7 +7,7 @@
# docker run -v $(pwd):/src -p 1313:1313 jarv.is:develop
# ...then open http://localhost:1313 for the live-refresh server.
FROM docker.pkg.github.com/jakejarvis/hugo-custom/hugo-custom:latest
FROM jakejarvis/hugo-custom:latest
# verify everything's OK
RUN /usr/bin/hugo version