Merge pull request #183 from sijinhui/add-google-auth

1
This commit is contained in:
sijinhui
2024-10-04 12:56:54 +08:00
committed by GitHub

View File

@@ -23,7 +23,7 @@
## ENV NEXT_SHARP_PATH /app/node_modules/sharp
#RUN yarn build
FROM sijinhui/chatgpt-next-web:buildcache as base
FROM sijinhui/chatgpt-next-web:buildcache AS base
FROM sijinhui/node:base AS builder
WORKDIR /app