Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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=
|
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) \
|