mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-27 15:38:23 +00:00
Merge pull request 'Fix Docker build failure with Tailwind CSS v4' (#195) from nyuuzyou/rimgo:main into main
Reviewed-on: https://codeberg.org/rimgo/rimgo/pulls/195
This commit is contained in:
commit
3d2b0eeb2a
@ -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)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user