Makefile & Dockerfile: update docker mirror & file name

This commit is contained in:
Tom Neuber 2024-01-25 13:10:01 +01:00
parent 005ac9c60c
commit cfbad73d1e
Signed by: tom
GPG key ID: F17EFE4272D89FF6
3 changed files with 5 additions and 5 deletions

View file

@ -20,6 +20,6 @@ FROM alpine
WORKDIR /app
# Copy built binary from build image
COPY --from=build /workspace/country_geo_locations /app
COPY --from=build /workspace/country-geo-locations /app
ENTRYPOINT ["/app/country_geo_locations"]
ENTRYPOINT ["/app/country-geo-locations"]