fix(build): pnpm install --prod=false so devDeps (remix, husky) are present during docker build
Some checks failed
Mark Stale Issues and Pull Requests / stale (push) Has been cancelled
Some checks failed
Mark Stale Issues and Pull Requests / stale (push) Has been cancelled
This commit is contained in:
@@ -9,7 +9,7 @@ COPY package.json pnpm-lock.yaml ./
|
||||
#RUN npm install -g corepack@latest
|
||||
|
||||
#RUN corepack enable pnpm && pnpm install
|
||||
RUN npm install -g pnpm && pnpm install
|
||||
RUN npm install -g pnpm && pnpm install --prod=false
|
||||
|
||||
# Copy the rest of your app's source code
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user