We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63c25f commit 08241e8Copy full SHA for 08241e8
Dockerfile
@@ -11,4 +11,5 @@ RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o discord-image .
11
FROM alpine:latest
12
WORKDIR /app
13
COPY --from=builder /go/src/github.com/missuo/discord-image/discord-image /app/
14
+COPY --from=builder /go/src/github.com/missuo/discord-image/static /app/static
15
CMD ["/app/discord-image"]
0 commit comments