Commit c49081c0 authored by Christos Tranoris's avatar Christos Tranoris
Browse files

remove tar gz

parent 7967d637
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -43,7 +43,7 @@ WORKDIR /opt


# Copy the tar.gz file from the build context (where the Dockerfile is located)
# Copy the tar.gz file from the build context (where the Dockerfile is located)
# to the /opt directory in the container
# 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
# 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 \
RUN tar -xzf /opt/sylva-core-deploy.tar.gz -C /opt \