diff --git a/Dockerfile b/Dockerfile index 09b3c54..1406e19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ FROM go-mod-cache AS build WORKDIR /app -COPY internal . +COPY . . RUN go build . -o ipinfo diff --git a/docker-compose.yml b/docker-compose.yml index d3b3551..831c8f9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,4 +7,5 @@ services: volumes: - ./data:/app/data environment: - - GIN_TRUSTED_PROXY_IP=127.0.0.1 \ No newline at end of file + - GIN_TRUSTED_PROXY_IP=127.0.0.1 + - TZ=Asia/Ho_Chi_Minh \ No newline at end of file