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

@ -79,8 +79,7 @@ volumes:
- name: deps - name: deps
temp: {} temp: {}
- name: bin - name: bin
host: temp: {}
path: /tmp/bin
- name: docker_socket - name: docker_socket
host: host:
path: /var/run/docker.sock path: /var/run/docker.sock

View File

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