Skip to content

Commit

Permalink
update npm enable scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Werfling committed Mar 7, 2024
1 parent fe7a95e commit af9e667
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ RUN rm ./package-lock.json | true

WORKDIR /opt/flyingfish
COPY ./package.json ./
RUN npm install --registry=$NPM_REGISTRY --ignore-scripts --maxsockets 1 --loglevel verbose
RUN npm install --registry=$NPM_REGISTRY --maxsockets 1 --loglevel verbose

WORKDIR /opt/flyingfish/schemas
RUN npm run build
Expand Down
2 changes: 1 addition & 1 deletion ddnsserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN rm package-lock.json | true

WORKDIR /opt/flyingfish
COPY ./package.json ./
RUN npm install --registry=$NPM_REGISTRY --ignore-scripts --maxsockets 1 --loglevel verbose
RUN npm install --registry=$NPM_REGISTRY --maxsockets 1 --loglevel verbose

WORKDIR /opt/flyingfish/schemas
RUN npm run build
Expand Down
2 changes: 1 addition & 1 deletion himhip/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN rm package-lock.json | true

WORKDIR /opt/flyingfish
COPY ./package.json ./
RUN npm install --registry=$NPM_REGISTRY --ignore-scripts --maxsockets 1 --loglevel verbose
RUN npm install --registry=$NPM_REGISTRY --maxsockets 1 --loglevel verbose

WORKDIR /opt/flyingfish/schemas
RUN npm run build
Expand Down
2 changes: 1 addition & 1 deletion sshserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN rm package-lock.json | true

WORKDIR /opt/flyingfish
COPY ./package.json ./
RUN npm install --registry=$NPM_REGISTRY --ignore-scripts --maxsockets 1 --loglevel verbose
RUN npm install --registry=$NPM_REGISTRY --maxsockets 1 --loglevel verbose

WORKDIR /opt/flyingfish/schemas
RUN npm run build
Expand Down

0 comments on commit af9e667

Please sign in to comment.