Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 \ Loading src/main/resources/sylva-core-deploy.tar.gz→sylvagit/sylva-core-deploy.tar.gz (170 MiB) File moved. View file Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 \ Loading
src/main/resources/sylva-core-deploy.tar.gz→sylvagit/sylva-core-deploy.tar.gz (170 MiB) File moved. View file