1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

fix: missing ca certificates in docker container (resolve #98)

fix: server crash in unsuccessful relaying of heartbeat to wakatime
This commit is contained in:
Ferdinand Mütsch
2021-01-24 21:39:35 +01:00
parent b2a3579be9
commit 71d1b2177b
5 changed files with 207 additions and 194 deletions

View File

@@ -24,6 +24,9 @@ RUN cp /src/wakapi . && \
FROM debian
WORKDIR /app
RUN apt update && \
apt install -y ca-certificates
ENV ENVIRONMENT prod
ENV WAKAPI_DB_TYPE sqlite3
ENV WAKAPI_DB_USER ''