Makefile & Dockerfile: update docker mirror & file name
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
005ac9c60c
commit
192d54465f
2 changed files with 4 additions and 4 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue