huh
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
cdf03abb13
commit
a6693a47dc
|
@ -9,6 +9,8 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
RUN apk --no-cache add ca-certificates
|
RUN apk --no-cache add ca-certificates
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY app /root
|
RUN ls
|
||||||
|
RUN ls /build
|
||||||
|
COPY . /root/
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
CMD ["./app"]
|
CMD ["./app"]
|
|
@ -10,6 +10,8 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
RUN apk --no-cache add ca-certificates
|
RUN apk --no-cache add ca-certificates
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY app /root
|
RUN ls
|
||||||
|
RUN ls /build
|
||||||
|
COPY . /root/
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
CMD ["./app"]
|
CMD ["./app"]
|
Loading…
Reference in New Issue