add cert authority to dockerfile
This commit is contained in:
@@ -24,6 +24,10 @@ RUN go build -o go-nkode ./cmd
|
||||
# Stage 2: Runtime
|
||||
FROM debian:bookworm-slim
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends ca-certificates && \
|
||||
rm -rf /var/lib/apt/lists/* \
|
||||
|
||||
#ENV FRONTEND_HOST=https://app.nkode.tech
|
||||
#ENV FRONTEND_HOST=http://localhost:8090
|
||||
ENV SVG_DIR=/app/data/icons
|
||||
|
||||
Reference in New Issue
Block a user