mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +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 . ./
|