Merge pull request #7 from leafcloudhq/add-data-dir-copy

added copy data dir
This commit is contained in:
Jegor van Opdorp 2024-09-12 11:57:16 +02:00 committed by GitHub
commit 076c96b814
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]