From c83898e34cf109d6c1ec865fd4745a6065bf2d4d Mon Sep 17 00:00:00 2001 From: Kshitij <160704796+kshitij-ka@users.noreply.github.com> Date: Sun, 20 Apr 2025 03:57:18 +0530 Subject: [PATCH] =?UTF-8?q?Forgot=20to=20change=20the=20target=20dir=20in?= =?UTF-8?q?=20Dockerfile,=20my=20bad=20=F0=9F=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 04f4e70..e6fa976 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN useradd -s /bin/bash skycrateBack # Create work dir RUN mkdir /app RUN chown -R skycrateBack:skycrateBack /app -COPY ./Skycrate/target/ /app +COPY ./target/ /app WORKDIR /app # Switch user