From 5eac16d9ec1da5569a895e96e92e777da533914f Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Wed, 24 Jul 2024 10:24:04 +0000 Subject: [PATCH] Update operating-systems/debian-steamcmd/Dockerfile --- operating-systems/debian-steamcmd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operating-systems/debian-steamcmd/Dockerfile b/operating-systems/debian-steamcmd/Dockerfile index 8759adb..c2a57d4 100644 --- a/operating-systems/debian-steamcmd/Dockerfile +++ b/operating-systems/debian-steamcmd/Dockerfile @@ -22,4 +22,4 @@ ENV DEBIAN_FRONTEND noninteractive WORKDIR /home/container COPY ./entrypoint.sh /entrypoint.sh -CMD [ "/bin/bash", "/entrypoint.sh" ] +CMD [ "/bin/bash", "/entrypoint.sh" ] \ No newline at end of file