Fix Dockerfile

This commit is contained in:
askiiart 2023-08-28 18:08:57 -05:00
parent 9f2360c6ac
commit 297a1f4922
No known key found for this signature in database
GPG key ID: 85505F3A2264FA01

View file

@ -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