repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
fa23407
parent
4d22a7f
author
Antonio Mika
date
2022-08-26 16:31:40 +0000 UTC
Fixed docker build
1 files changed,  +2, -2
M Dockerfile
+2, -2
 1@@ -30,7 +30,7 @@ WORKDIR /app
 2 
 3 ARG APP=lists
 4 
 5-COPY --from=build-image /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
 6+COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
 7 COPY --from=builder /go/bin/${APP}-ssh ./ssh
 8 
 9 ENTRYPOINT ["/app/ssh"]
10@@ -41,7 +41,7 @@ WORKDIR /app
11 
12 ARG APP=lists
13 
14-COPY --from=build-image /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
15+COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
16 COPY --from=builder /go/bin/${APP}-web ./web
17 COPY --from=builder /app/${APP}/html ./${APP}/html
18 COPY --from=builder /app/${APP}/public ./${APP}/public