# Use Alpine
FROM alpine:latest
# Copy Binary (Currently Just a file)
COPY /tmp/bin/app /app
CMD ["/app"]