FROM scratch # Copy everything COPY ./files / # Set our port EXPOSE 80 # Run the binary. ENTRYPOINT ["/binnit/binnit","-c","/binnit/binnit.cfg"]