From b4601fff953faab587abd6ef9a2d8c28057ebf7d Mon Sep 17 00:00:00 2001 From: "OP (ompragash)" <21008429+Ompragash@users.noreply.github.com> Date: Mon, 22 May 2023 23:14:25 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 67871cf..92ae5df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ ENV SONATYPE_DIR=/opt/sonatype COPY NexusPublisher.groovy ${SONATYPE_DIR}/bin/ CMD ["sh", "-c", "groovy ${SONATYPE_DIR}/bin/NexusPublisher.groovy --username ${PLUGIN_USERNAME} --password ${PLUGIN_PASSWORD} \ - --serverurl=${PLUGIN_SERVER_URL} --filename=${PLUGIN_FILENAME} --format=${PLUGIN_FORMAT} --repository=${PLUGIN_REPOSITORY} ${PLUGIN_ATTRIBUTES}"] \ No newline at end of file + --serverurl=${PLUGIN_SERVER_URL} --filename=${PLUGIN_FILENAME} --format=${PLUGIN_FORMAT} --repository=${PLUGIN_REPOSITORY} ${PLUGIN_ATTRIBUTES}"]