Test Docker build & cleanup
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Janic Voser
2023-03-10 23:58:23 +01:00
parent 57d5ac7203
commit 74c6e29977
2 changed files with 2 additions and 3 deletions

View File

@@ -2,6 +2,6 @@
FROM alpine:latest
# Copy Binary (Currently Just a file)
COPY /tmp/bin/app /app
COPY /binaries/app /app
CMD ["/app"]