6 lines
92 B
Docker
6 lines
92 B
Docker
FROM --platform=linux/amd64 debian:stretch-slim
|
|
|
|
ADD notely /usr/bin/notely
|
|
|
|
CMD ["notely"]
|