Merge remote-tracking branch 'origin/master' into lash/local-dev-improve

This commit is contained in:
nolash
2021-10-25 21:01:27 +02:00
8 changed files with 5927 additions and 127 deletions

View File

@@ -4,6 +4,11 @@ WORKDIR /root
RUN apk add --no-cache postgresql bash
ARG NPM_REPOSITORY=${NPM_REPOSITORY:-https://registry.npmjs.org}
RUN npm config set snyk=false
#RUN npm config set registry={NPM_REPOSITORY}
RUN npm config set registry=${NPM_REPOSITORY}
# copy the dependencies
COPY package.json package-lock.json ./
RUN --mount=type=cache,mode=0755,target=/root/.npm \
@@ -11,8 +16,8 @@ RUN --mount=type=cache,mode=0755,target=/root/.npm \
npm cache verify && \
npm ci --verbose
COPY webpack.config.js .
COPY tsconfig.json .
COPY webpack.config.js ./
COPY tsconfig.json ./
## required to build the cic-client-meta module
COPY . .
COPY tests/*.asc /root/pgp/