Skip to content

Commit

Permalink
ci: fix status dir
Browse files Browse the repository at this point in the history
  • Loading branch information
missuo committed Apr 10, 2024
1 parent e63c25f commit 08241e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o discord-image .
FROM alpine:latest
WORKDIR /app
COPY --from=builder /go/src/github.com/missuo/discord-image/discord-image /app/
COPY --from=builder /go/src/github.com/missuo/discord-image/static /app/static
CMD ["/app/discord-image"]

0 comments on commit 08241e8

Please sign in to comment.