From c49081c0981b6d50b444720bb4f2798d514e5e4b Mon Sep 17 00:00:00 2001 From: Christos Tranoris <tranoris@ece.upatras.gr> Date: Fri, 27 Sep 2024 00:30:49 +0300 Subject: [PATCH] remove tar gz --- Dockerfile | 2 +- .../resources => sylvagit}/sylva-core-deploy.tar.gz | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename {src/main/resources => sylvagit}/sylva-core-deploy.tar.gz (100%) diff --git a/Dockerfile b/Dockerfile index f728416..d45aeea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ WORKDIR /opt # Copy the tar.gz file from the build context (where the Dockerfile is located) # to the /opt directory in the container -COPY src/main/resources/sylva-core-deploy.tar.gz /opt/ +COPY sylvagit/sylva-core-deploy.tar.gz /opt/ # Create the /opt/sylva-core directory and extract the tar.gz file into it RUN tar -xzf /opt/sylva-core-deploy.tar.gz -C /opt \ diff --git a/src/main/resources/sylva-core-deploy.tar.gz b/sylvagit/sylva-core-deploy.tar.gz similarity index 100% rename from src/main/resources/sylva-core-deploy.tar.gz rename to sylvagit/sylva-core-deploy.tar.gz -- GitLab