fix: aktualisiere das Docker-Image auf v0.1.2 und entferne den ls-Befehl aus dem Dockerfile
Build And Test / build (push) Successful in 1m16s
Build And Test / Build and Publish Docker Image (push) Successful in 41s

This commit is contained in:
Matthias Hinrichs
2025-11-23 01:12:42 +01:00
parent 2021399a10
commit fe774f8009
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -13,8 +13,6 @@ COPY index.html .
# Copy the servers.json file
# COPY servers.json .
RUN ls -la /root/
RUN chmod +x ./manage-servers
# Expose the port the web server listens on