mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2026-06-21 15:22:28 +00:00
5 lines
75 B
Docker
5 lines
75 B
Docker
FROM alpine:latest
|
|
RUN apk add --no-cache bash hugo
|
|
WORKDIR /app
|
|
COPY . ./
|