Skip to content

Commit 260b1ef

Browse files
committed
heroku fix
1 parent 0971456 commit 260b1ef

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
@@ -13,6 +13,7 @@ FROM golang:latest
1313
WORKDIR /build
1414
COPY ./main.go ./go.sum ./go.mod /build/
1515
COPY ./datautil /build/datautil/
16+
COPY ./fromelf /build/fromelf/
1617
COPY ./option /build/option/
1718
COPY ./serial /build/serial/
1819
COPY ./server /build/server/

0 commit comments

Comments
 (0)