Fix Dockerfile
This commit is contained in:
parent
9f2360c6ac
commit
297a1f4922
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM golang:alpine3.18
|
||||
WORKDIR /data
|
||||
COPY dart-sass/* /bin
|
||||
COPY dart-sass/sass /bin
|
||||
RUN apk add git
|
||||
COPY hugo*/hugo /bin
|
Loading…
Reference in a new issue