Skip to content

Commit

Permalink
fix: image
Browse files Browse the repository at this point in the history
  • Loading branch information
mhf-ir committed May 10, 2023
1 parent f277d45 commit 0f2bc41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN cd /src \
&& CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o ip-info-rest-api \
&& ls -lah /src/ip-info-rest-api

FROM scrach
FROM alpine
COPY --from=builder /src/ip-info-rest-api /usr/bin/ip-info-rest-api

ADD /tmp/GeoLite2-ASN.mmdb /tmp/GeoLite2-ASN.mmdb
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div align="center">
<h1>
IP Information REST api
IP Information REST API
</h1>
<p>
Simple REST api server for get IP information.
Simple REST API server for get IP information
</p>
<p>
<a href="https://github.com/aasaam/ip-info-rest-api/actions/workflows/build.yml" target="_blank"><img src="https://github.com/aasaam/ip-info-rest-api/actions/workflows/build.yml/badge.svg" alt="build" /></a>
Expand Down
2 changes: 0 additions & 2 deletions tmp/.gitignore

This file was deleted.

0 comments on commit 0f2bc41

Please sign in to comment.