remove token on Dockerfile
This commit is contained in:
@@ -27,7 +27,7 @@ RUN chmod +x entrypoint.sh
|
||||
EXPOSE 8000
|
||||
|
||||
# 6. Umgebungsvariable für die Gotify-URL (kann beim Start überschrieben werden)
|
||||
ENV GOTIFY_URL="https://gotify.ilunix.de/message?token=ADhlhgJ2Z14HK70"
|
||||
ENV GOTIFY_URL=""
|
||||
|
||||
# 7. Entrypoint und Befehl zum Starten der Anwendung
|
||||
# The entrypoint script will handle user permissions and then run the CMD
|
||||
|
||||
Reference in New Issue
Block a user