# Use Alpine
FROM alpine:latest

# Copy Binary (Currently Just a file)
COPY /binaries/app /app

CMD ["/app"]