Files
ht-docker-node/Dockerfile_szci
T

7 lines
270 B
Plaintext
Raw Normal View History

FROM host.today/ht-docker-node:latest
2023-04-02 13:22:11 +02:00
LABEL author="Task Venture Capital GmbH <hello@task.vc>"
2017-06-30 16:18:17 +02:00
RUN pnpm config set --json minimumReleaseAgeExclude '["@ship.zone/szci"]' \
&& pnpm install -g @ship.zone/szci@7.1.3 \
&& pnpm config delete minimumReleaseAgeExclude