dockerfile update

This commit is contained in:
ns 2026-02-16 09:21:31 +00:00
commit 5b9bddabfa
No known key found for this signature in database
GPG key ID: 69784C31D818C1A1

View file

@ -13,7 +13,6 @@ 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"]