update strapi definitions

This commit is contained in:
Benjamin Palko 2025-05-05 12:32:35 -04:00
parent 54b8049488
commit 4c49c570b6
8 changed files with 114 additions and 1 deletions

View file

@ -6,7 +6,7 @@ ENV NODE_ENV=${NODE_ENV}
WORKDIR /opt/
COPY package.json bun.lock ./
RUN bun add --global node-gyp && bun install --production --frozen-lockfile
RUN bun add --global node-gyp && bun install --filter 'strapi' --production --frozen-lockfile
ENV PATH=/opt/node_modules/.bin:$PATH
WORKDIR /opt/app
COPY . .