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 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
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user