Skip to content

Commit 08241e8

Browse files
committed
ci: fix status dir
1 parent e63c25f commit 08241e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o discord-image .
1111
FROM alpine:latest
1212
WORKDIR /app
1313
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
1415
CMD ["/app/discord-image"]

0 commit comments

Comments
 (0)