repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
d9e8f7f
parent
ef3731d
author
Eric Bower
date
2025-02-06 08:28:06 -0500 EST
fix: dockerfile
2 files changed,  +2, -1
M Dockerfile
+2, -1
 1@@ -68,7 +68,8 @@ ARG APP=prose
 2 
 3 COPY --from=builder-ssh /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
 4 COPY --from=builder-ssh /go/bin/${APP}-ssh ./ssh
 5-COPY --from=builder-web /app/${APP}/html ./${APP}/html
 6+# some services require the html folder
 7+COPY --from=builder-ssh /app/${APP}/html ./${APP}/html
 8 
 9 
10 ENTRYPOINT ["/app/ssh"]
A pico/html/.gitkeep
+0, -0