FROM alpine:3 WORKDIR /opt/hamview COPY etc /etc/hamview COPY build/hamview-collector /opt/hamview/bin/hamview-collector ENTRYPOINT ["bin/hamview-collector"] CMD [ "--config", "/etc/hamview/hamview-collector.yaml" ]