Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -79,7 +79,7 @@ USER appuser
|
|
79 |
|
80 |
# Define an environment variable placeholder for the Telegram token.
|
81 |
# The actual token MUST be set in your Hugging Face Space's secrets settings.
|
82 |
-
ENV TELEGRAM_TOKEN=""
|
83 |
|
84 |
# Command to run the application when the container launches.
|
85 |
# This executes 'python app.py' as the 'appuser'.
|
|
|
79 |
|
80 |
# Define an environment variable placeholder for the Telegram token.
|
81 |
# The actual token MUST be set in your Hugging Face Space's secrets settings.
|
82 |
+
ENV TELEGRAM_TOKEN="7229558358:AAH_btIdtnJvfGhh84O2uVa8wuH88ShUcy0"
|
83 |
|
84 |
# Command to run the application when the container launches.
|
85 |
# This executes 'python app.py' as the 'appuser'.
|