docker file
This commit is contained in:
@@ -12,7 +12,7 @@ FROM go-mod-cache AS build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY internal .
|
||||
COPY . .
|
||||
|
||||
RUN go build . -o ipinfo
|
||||
|
||||
|
||||
@@ -8,3 +8,4 @@ services:
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
- GIN_TRUSTED_PROXY_IP=127.0.0.1
|
||||
- TZ=Asia/Ho_Chi_Minh
|
||||
Reference in New Issue
Block a user