gabcares commited on
Commit
ca0112e
·
verified ·
1 Parent(s): 9e00765

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.11.9-slim
2
 
3
  # Expose the secret SECRETS at build-time
4
- RUN --mount=type=secret,id=ORS_API_TOKEN,mode=0444,required=true
5
 
6
  # Read secrets and set environment variables
7
  RUN export MAPS_API_KEY=$(cat /run/secrets/ORS_API_TOKEN) \
 
1
  FROM python:3.11.9-slim
2
 
3
  # Expose the secret SECRETS at build-time
4
+ RUN --mount=type=secret,id=MAPS_API_KEY,mode=0444,required=true
5
 
6
  # Read secrets and set environment variables
7
  RUN export MAPS_API_KEY=$(cat /run/secrets/ORS_API_TOKEN) \