From ab693f3f9af455de9b5f077af7899e0962edb517 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Fri, 30 Dec 2022 20:22:08 +0100 Subject: [PATCH] steamcmd: (./../ -> ../) --- steamcmd/debian/Dockerfile | 2 +- steamcmd/dotnet/Dockerfile | 2 +- steamcmd/ubuntu/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/steamcmd/debian/Dockerfile b/steamcmd/debian/Dockerfile index dbabd78..3991e01 100644 --- a/steamcmd/debian/Dockerfile +++ b/steamcmd/debian/Dockerfile @@ -23,5 +23,5 @@ USER container ENV USER=container HOME=/home/container WORKDIR /home/container -COPY ./../entrypoint.sh /entrypoint.sh +COPY ../entrypoint.sh /entrypoint.sh CMD [ "/bin/bash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/steamcmd/dotnet/Dockerfile b/steamcmd/dotnet/Dockerfile index 9f50d24..88a5b3c 100644 --- a/steamcmd/dotnet/Dockerfile +++ b/steamcmd/dotnet/Dockerfile @@ -30,5 +30,5 @@ USER container ENV USER=container HOME=/home/container WORKDIR /home/container -COPY ./../entrypoint.sh /entrypoint.sh +COPY ../entrypoint.sh /entrypoint.sh CMD [ "/bin/bash", "/entrypoint.sh" ] diff --git a/steamcmd/ubuntu/Dockerfile b/steamcmd/ubuntu/Dockerfile index 00244dc..9f723f1 100644 --- a/steamcmd/ubuntu/Dockerfile +++ b/steamcmd/ubuntu/Dockerfile @@ -25,5 +25,5 @@ USER container ENV USER=container HOME=/home/container WORKDIR /home/container -COPY ./../entrypoint.sh /entrypoint.sh +COPY ../entrypoint.sh /entrypoint.sh CMD [ "/bin/bash", "/entrypoint.sh" ] \ No newline at end of file