3 lines
69 B
Docker
3 lines
69 B
Docker
|
FROM perl-mqtt
|
||
|
COPY update-berths.pl /
|
||
|
ENTRYPOINT "/update-berths.pl"
|