mirror of
https://github.com/kevin-DL/services.git
synced 2026-03-11 05:34:56 +00:00
4 lines
62 B
Docker
4 lines
62 B
Docker
FROM alpine
|
|
ADD timezone /timezone
|
|
ENTRYPOINT [ "/timezone" ]
|