5 lines
70 B
Docker
5 lines
70 B
Docker
FROM scratch
|
|
COPY schnutibox /
|
|
ENTRYPOINT ["/schnutibox"]
|
|
CMD ["web"]
|