mirror of
https://github.com/thecodingrobot/echoip.git
synced 2026-05-09 00:04:23 +02:00
Merge pull request #7 from leafcloudhq/add-data-dir-copy
added copy data dir
This commit is contained in:
commit
076c96b814
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ EXPOSE 8080
|
|||
|
||||
COPY --from=build /go/bin/echoip /opt/echoip/
|
||||
COPY html /opt/echoip/html
|
||||
COPY data /opt/echoip/data
|
||||
|
||||
WORKDIR /opt/echoip
|
||||
ENTRYPOINT ["/opt/echoip/echoip"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue