diff --git a/Dockerfile b/Dockerfile index d1eb452..e54528f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /src RUN apk --no-cache add ca-certificates git nodejs npm COPY . . -RUN npx tailwindcss -i static/tailwind.css -o static/app.css -m +RUN npx @tailwindcss/cli -i static/tailwind.css -o static/app.css -m RUN go mod download RUN GOOS=linux GOARCH=$TARGETARCH CGO_ENABLED=0 go build -ldflags "-X codeberg.org/rimgo/rimgo/pages.VersionInfo=$(date '+%Y-%m-%d')-$(git rev-list --abbrev-commit -1 HEAD)"