1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 13:56:22 -04:00

Update Dockerfile

[skip ci]
This commit is contained in:
Jake Jarvis 2020-09-14 10:39:35 -04:00 committed by GitHub
parent afff167244
commit 3650311355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
# pulls from pre-built Hugo base image:
# https://github.com/jakejarvis/hugo-docker/blob/master/Dockerfile
# https://hub.docker.com/r/jakejarvis/hugo-extended
FROM jakejarvis/hugo-extended:0.74.3
FROM ghcr.io/jakejarvis/hugo-extended:0.74.3
# expose live-refresh server (on custom port)
EXPOSE 1337