build: fix webhook push wihout authorization header.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM node:16-alpine as base
|
||||
# RUN apk add --no-cache make gcc g++ python3
|
||||
WORKDIR /app
|
||||
COPY package-lock.json package.json ./
|
||||
RUN npm ci --no-audit --legacy-peer-deps
|
||||
COPY . .
|
||||
|
||||
FROM node:16-alpine as release
|
||||
WORKDIR /app
|
||||
COPY --from=base /app ./
|
||||
|
Reference in New Issue
Block a user