mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
Update Hugo version
This commit is contained in:
parent
7556af21fe
commit
bedeaf7786
@ -1 +1 @@
|
|||||||
hugo 0.99.1
|
hugo extended_0.115.2
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.16.1
|
FROM alpine:3.18.2
|
||||||
RUN apk add --no-cache bash hugo=0.99.1-r2
|
RUN apk add --no-cache bash hugo=0.115.2-r0
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
hugo server --buildDrafts --bind="0.0.0.0" -v --baseUrl="http://danbarber.localhost:1313/"
|
hugo server --buildDrafts --bind="0.0.0.0" -v
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user