Skip to content
Snippets Groups Projects
Commit 34a232c8 authored by Christopher Guindon's avatar Christopher Guindon
Browse files

syncronize changes with gitlab dockerfile


Signed-off-by: Christopher Guindon's avatarChristopher Guindon <chris.guindon@eclipse-foundation.org>
parent 526c9862
No related tags found
No related merge requests found
......@@ -21,12 +21,12 @@ ENV PROVIDER ${PROVIDER:-oauth2_generic}
ARG HOST=https://gitlab-test.eclipse.org
ENV HOST ${HOST:-https://gitlab-test.eclipse.org}
## Copy over required script files
COPY src src/
## Copy NPM configs and install dependencies
COPY package*.json ./
RUN npm install
## Copy over required script files
COPY ./src/* ./src/
RUN npm ci
## run the script
CMD npm run lab-sync -- --verbose=$VERBOSE_VAL --dryrun=$DRYRUN --provider=$PROVIDER --host=$HOST --tls-min-v1.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment