feat: affine-embed-header

This commit is contained in:
alt0
2022-09-21 14:19:07 +08:00
parent 56cbd3ed5d
commit be4d66b203
4 changed files with 5 additions and 11 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FROM node:16-alpine as builder
ARG HUBSPOT_API_SECRET
ARG AFFINE_EMBED_HEADER
WORKDIR /app
RUN apk add git && npm i -g pnpm@7
COPY . .