1 2 3 4 5 6
# syntax = docker/dockerfile:experimental FROM ubuntu:latest COPY target/debug/grays /grays ENTRYPOINT ["/grays"]