- 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
+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"]