Add something
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Janic Voser 2023-03-10 23:41:59 +01:00
parent f1801e12bf
commit e3d86ac26b

View File

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