repos / pico

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

commit
ee49456
parent
4632c9c
author
Eric Bower
date
2024-08-19 15:26:23 +0000 UTC
chore(bouncer): remove debug flag
1 files changed,  +1, -1
M bouncer/Dockerfile
+1, -1
1@@ -29,4 +29,4 @@ COPY --from=builder /app/soju/sojuctl .
2 EXPOSE 6697
3 EXPOSE 8080
4 
5-ENTRYPOINT ["/app/soju", "-debug", "-config", "/app/soju.config"]
6+ENTRYPOINT ["/app/soju", "-config", "/app/soju.config"]