Initial commit
This commit is contained in:
commit
7f7dfb563e
3 changed files with 16 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM golang:alpine3.18
|
||||
WORKDIR /data
|
||||
COPY dart-sass/* /bin
|
||||
RUN apk add git
|
||||
COPY hugo*/hugo /bin
|
Loading…
Add table
Add a link
Reference in a new issue