fix: füge ls-Befehl zur Überprüfung des Verzeichnisinhalts hinzu
Build And Test / build (push) Successful in 55s
Build And Test / Build and Publish Docker Image (push) Successful in 1m1s

This commit is contained in:
Matthias Hinrichs
2025-11-23 01:08:54 +01:00
parent 2cefdaa85d
commit 2021399a10
+4
View File
@@ -13,6 +13,10 @@ 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
EXPOSE 8080