fix: füge ls-Befehl zur Überprüfung des Verzeichnisinhalts hinzu
This commit is contained in:
@@ -13,6 +13,10 @@ COPY index.html .
|
|||||||
# Copy the servers.json file
|
# Copy the servers.json file
|
||||||
# COPY servers.json .
|
# COPY servers.json .
|
||||||
|
|
||||||
|
RUN ls -la /root/
|
||||||
|
|
||||||
|
RUN chmod +x ./manage-servers
|
||||||
|
|
||||||
# Expose the port the web server listens on
|
# Expose the port the web server listens on
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user