mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
5 lines
86 B
Docker
5 lines
86 B
Docker
FROM alpine:3.19.1
|
|
RUN apk add --no-cache bash hugo=0.120.4-r2
|
|
WORKDIR /app
|
|
COPY . ./
|