use PATH env

This commit is contained in:
Chris Grimmett 2024-04-08 10:30:17 -08:00
parent e164f7000a
commit 1daf4a1cd1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ COPY pnpm-lock.yaml package.json ./
RUN pnpm install --frozen-lockfile RUN pnpm install --frozen-lockfile
COPY ./packages/strapi . COPY ./packages/strapi .
# ENV PATH=/app/node_modules/.bin:$PATH ENV PATH=/app/node_modules/.bin:$PATH
RUN chown -R node:node /app RUN chown -R node:node /app
USER node USER node
# RUN pnpm run build # RUN pnpm run build