mirror of
https://github.com/Damillora/Shioriko.git
synced 2024-11-24 21:27:31 +00:00
chore: oops
This commit is contained in:
parent
137ff2791c
commit
03f7de692a
@ -3,7 +3,7 @@ FROM golang:1.16-alpine AS build
|
|||||||
WORKDIR /go/src/shioriko
|
WORKDIR /go/src/shioriko
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN apk add vips-dev pkgconfig
|
RUN apk add vips-dev pkgconfig gcc musl-dev
|
||||||
RUN go get -d -v ./...
|
RUN go get -d -v ./...
|
||||||
RUN go build -o /shioriko
|
RUN go build -o /shioriko
|
||||||
RUN mkdir -p /web && cp -r web/static web/template /web
|
RUN mkdir -p /web && cp -r web/static web/template /web
|
||||||
|
Loading…
Reference in New Issue
Block a user