Spaces:
Runtime error
Runtime error
natexcvi
commited on
Commit
•
ed8f052
1
Parent(s):
0e1a6eb
Fix user id env name
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|
10 |
|
11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
12 |
RUN --mount=type=secret,id=TELEGRAM_BOT_TOKEN,mode=0444,required=true
|
13 |
-
RUN --mount=type=secret,id=
|
14 |
|
15 |
COPY . .
|
16 |
|
|
|
10 |
|
11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
12 |
RUN --mount=type=secret,id=TELEGRAM_BOT_TOKEN,mode=0444,required=true
|
13 |
+
RUN --mount=type=secret,id=TELEGRAM_USER_ID,mode=0444,required=true
|
14 |
|
15 |
COPY . .
|
16 |
|