Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -7,6 +7,9 @@ RUN apt-get update && apt-get install -y zip && rm -rf /var/lib/apt/lists/*
|
|
| 7 |
COPY . .
|
| 8 |
|
| 9 |
RUN npm install -g pnpm
|
|
|
|
|
|
|
|
|
|
| 10 |
RUN pnpm install
|
| 11 |
|
| 12 |
RUN pnpm --filter ./artifacts/fb-publisher run build
|
|
|
|
| 7 |
COPY . .
|
| 8 |
|
| 9 |
RUN npm install -g pnpm
|
| 10 |
+
RUN pnpm install --config.ignore-scripts=true || pnpm install --config.ignore-scripts=true
|
| 11 |
+
|
| 12 |
+
RUN pnpm approve-builds --global esbuild@0.27.3
|
| 13 |
RUN pnpm install
|
| 14 |
|
| 15 |
RUN pnpm --filter ./artifacts/fb-publisher run build
|