-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(misc): revert some files and login button (#780)
- Loading branch information
1 parent
7fb3476
commit ebbfc30
Showing
18 changed files
with
51 additions
and
550 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
BACKEND_URL= | ||
NEXT_PUBLIC_GOOGLE_ANALYTICS_TRACKING_ID= | ||
NEXT_PUBLIC_ALGOLIA_APP_ID= | ||
NEXT_PUBLIC_ALGOLIA_API_KEY= | ||
NEXT_PUBLIC_ALGOLIA_INDEX= | ||
NEWSLETTER_BASE_URL= |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,6 @@ ARG NEXT_PUBLIC_ALGOLIA_APP_ID="" | |
ARG NEXT_PUBLIC_ALGOLIA_API_KEY="" | ||
ARG NEXT_PUBLIC_ALGOLIA_INDEX="" | ||
ARG NEWSLETTER_BASE_URL="" | ||
ARG NEXT_PUBLIC_FETCH_ACCOUNTS_URL="" | ||
ARG NEXT_PUBLIC_CLIENT_ID="" | ||
ARG NEXT_PUBLIC_COOKIE_PASSWORD="" | ||
|
||
RUN apk add tree && corepack prepare [email protected] --activate && corepack enable | ||
|
||
|
@@ -27,9 +24,6 @@ RUN echo BACKEND_URL="${BACKEND_URL}" > .env.local && \ | |
echo NEXT_PUBLIC_ALGOLIA_API_KEY="${NEXT_PUBLIC_ALGOLIA_API_KEY}" >> .env.local && \ | ||
echo NEXT_PUBLIC_ALGOLIA_INDEX="${NEXT_PUBLIC_ALGOLIA_INDEX}" >> .env.local && \ | ||
echo NEWSLETTER_BASE_URL="${NEWSLETTER_BASE_URL}" >> .env.local && \ | ||
echo NEXT_PUBLIC_FETCH_ACCOUNTS_URL="${NEXT_PUBLIC_FETCH_ACCOUNTS_URL}" >> .env.local && \ | ||
echo NEXT_PUBLIC_CLIENT_ID="${NEXT_PUBLIC_CLIENT_ID}" >> .env.local && \ | ||
echo NEXT_PUBLIC_COOKIE_PASSWORD="${NEXT_PUBLIC_COOKIE_PASSWORD}" >> .env.local && \ | ||
pnpm build | ||
|
||
ENTRYPOINT ["pnpm"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.