Files
docker-binnit/Dockerfile
T
karasz 9a89396cbc Updated binnit to latest and added new files
Signed-off-by: Nagy Károly Gábriel <k@jpi.io>
2019-01-24 20:44:00 +02:00

11 lines
147 B
Docker

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