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 the servers.json file
# COPY servers.json . # COPY servers.json .
RUN ls -la /root/
RUN chmod +x ./manage-servers RUN chmod +x ./manage-servers
# Expose the port the web server listens on # Expose the port the web server listens on
+1 -1
View File
@@ -2,7 +2,7 @@ version: '3.8'
services: services:
manage-servers: manage-servers:
image: git.hnrx.net/hnrx/manage-servers:v0.1.1 image: git.hnrx.net/hnrx/manage-servers:v0.1.2
container_name: manage-servers container_name: manage-servers
restart: unless-stopped restart: unless-stopped
labels: labels: