8 lines
85 B
Docker
8 lines
85 B
Docker
FROM klakegg/hugo:alpine
|
|
|
|
RUN apk add --no-cache curl git
|
|
|
|
EXPOSE 1313
|
|
|
|
COPY . /src/
|