iwilldie/Docker/Dockerfile
Janic Voser 7dc8a5a38f
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Test Docker build & cleanup
2023-03-10 23:53:02 +01:00

7 lines
107 B
Docker

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