Fixed docker context
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Evann Regnault 2024-05-04 16:59:46 +02:00
parent 013ff2ffd0
commit 56f79eafe0
2 changed files with 0 additions and 10 deletions

View file

@ -12,6 +12,4 @@ steps:
password: password:
from_secret: DOCKER_PASSWORD from_secret: DOCKER_PASSWORD
repo: r.regnault.dev/drone-discord-webhook repo: r.regnault.dev/drone-discord-webhook
dockerfile: ./docker/Dockerfile
context: .
force_tag: true force_tag: true

View file

@ -1,8 +0,0 @@
FROM alpine
RUN apk add jq curl bash
COPY src /app
WORKDIR /app
RUN chmod +x launch.sh
ENTRYPOINT [ "/bin/bash", "/app/launch.sh" ]