Skip to content

Commit

Permalink
Add env var (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
timvanoostrom authored Dec 19, 2023
1 parent b664876 commit 2650ba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM python:3.11-bookworm as base
ENV TZ=Europe/Amsterdam
ENV PYTHONUNBUFFERED=1
ENV PIP_NO_CACHE_DIR=off
ENV REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt

WORKDIR /api

Expand Down

0 comments on commit 2650ba8

Please sign in to comment.