Added function to hide unused reports

This commit is contained in:
2023-06-19 11:00:01 +02:00
parent dcc0d89a1d
commit aa5abe41f6
5 changed files with 56 additions and 8 deletions

View File

@@ -23,5 +23,8 @@ RUN pip3 install --no-cache-dir -r requirements.txt --break-system-packages
# Öffne den Port des Web-Servers
EXPOSE 3000
# Setze die Umgebungsvariablen
ENV ONLY_SHOW_AVAILABLE true
# Starte den Web-Server
CMD ["node", "server.js"]