Compare commits

..

No commits in common. "3a576d1073ee503b68100e01054a1756bab62805" and "43d82a2af04af49c2169f78a0d0f27ef7e4d7558" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ name: build:dev
steps:
- name: run full license export
depends_on: ["clone"]
image: registry.odit.services/hub/library/node:19.7.0-alpine3.16
image: registry.odit.services/hub/library/node:alpine
commands:
- yarn
- yarn licenses:export

View File

@ -1,7 +1,7 @@
FROM registry.odit.services/hub/library/node:19.7.0-alpine3.16 as build
WORKDIR /app
COPY package.json ./
RUN npx pnpm@7.5.1 i
RUN npx pnpm i
COPY package.json pnpm-lock.yaml *.config.js postcss.config.cjs tailwind.config.js vite.config.js index.html ./
COPY src ./src
COPY public ./public