fix: aktualisiere das Docker-Image auf v0.1.2 und entferne den ls-Befehl aus dem Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ version: '3.8'
|
||||
|
||||
services:
|
||||
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
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user