mirror of
https://github.com/noandrea/geo2tz.git
synced 2025-12-22 10:47:07 +00:00
6 lines
96 B
Docker
6 lines
96 B
Docker
|
|
FROM scratch
|
|
ENTRYPOINT [ "/geo2tz" ]
|
|
CMD [ "start" ]
|
|
COPY /geo2tz /geo2tz
|
|
COPY /tzdata /tzdata |