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

View File

@@ -15,7 +15,7 @@ I keep an ongoing list of [blog post ideas](https://github.com/jakejarvis/jarv.i
## Running a local testing server with Docker
This site runs a [custom version](https://github.com/jakejarvis/hugo-custom) of [Hugo Extended](https://github.com/gohugoio/hugo) with a few (very opinionated) changes. To ensure consistency, the [`Dockerfile`](Dockerfile) in this repository will pull my Hugo [fork](https://github.com/jakejarvis/hugo-custom) (forked from `v0.53-DEV`, [gohugo/hugo@`a28865c`](https://github.com/gohugoio/hugo/tree/a28865cfc3e296cf0ddd0bd6c1368fcdb2154d0f) and pre-built [on GitHub Package Registry](https://github.com/jakejarvis/hugo-custom/packages)) and run a live testing server.
This site runs a [custom version](https://github.com/jakejarvis/hugo-custom) of [Hugo Extended](https://github.com/gohugoio/hugo) with a few (very opinionated) changes. To ensure consistency, the [`Dockerfile`](Dockerfile) in this repository will pull my Hugo [fork](https://github.com/jakejarvis/hugo-custom) (forked from `v0.53-DEV`, [gohugo/hugo@`a28865c`](https://github.com/gohugoio/hugo/tree/a28865cfc3e296cf0ddd0bd6c1368fcdb2154d0f) and pre-built on [Docker Hub](https://hub.docker.com/r/jakejarvis/hugo-custom) and [GitHub Package Registry](https://github.com/jakejarvis/hugo-custom/packages)) and run a live testing server.
Run these commands on the root of this repository: