We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164f73d commit 922c505Copy full SHA for 922c505
Dockerfile
@@ -3,6 +3,7 @@ FROM node:18-bullseye-slim as base
3
4
RUN apt-get update || : && apt-get install python3 build-essential git -y
5
6
+RUN npm install -g corepack@latest
7
RUN corepack enable
8
RUN npm i -g pm2
9
0 commit comments