Changed dir
continuous-integration/drone/push Build is failing Details

This commit is contained in:
DutchEllie 2022-05-11 14:36:41 +02:00
parent 576f0e6dde
commit d84fdb5c79
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@
FROM alpine:latest
RUN apk --no-cache add ca-certificates
WORKDIR /root/
WORKDIR /build/
COPY /build/app .
CMD ["./app"]

View File

@ -9,6 +9,6 @@
FROM alpine:latest
RUN apk --no-cache add ca-certificates
WORKDIR /app
WORKDIR /build
COPY /build/app .
CMD ["./app"]