Skip to content

Commit 076c96b

Browse files
authored
Merge pull request #7 from leafcloudhq/add-data-dir-copy
added copy data dir
2 parents 435f0c1 + cf3dcb2 commit 076c96b

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 @@ EXPOSE 8080
1313

1414
COPY --from=build /go/bin/echoip /opt/echoip/
1515
COPY html /opt/echoip/html
16+
COPY data /opt/echoip/data
1617

1718
WORKDIR /opt/echoip
1819
ENTRYPOINT ["/opt/echoip/echoip"]

0 commit comments

Comments
 (0)