huh
continuous-integration/drone/push Build is passing Details

This commit is contained in:
DutchEllie 2022-05-11 14:51:11 +02:00
parent cdf03abb13
commit a6693a47dc
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
2 changed files with 6 additions and 2 deletions

View File

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

View File

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