Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
fix: dockerfile node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ntheile committed Feb 24, 2023
1 parent 61112ac commit 1c62f11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ COPY ./*.js ./
RUN CUSTOM_MODULES=${CUSTOM_MODULES} yarn build:node && yarn build:files && yarn build:bundler


# FROM gcr.io/distroless/nodejs:16
FROM node:18-alpine
FROM gcr.io/distroless/nodejs:18

ARG CUSTOM_MODULES="default"

Expand Down
1 change: 0 additions & 1 deletion src/components/auth-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export const AuthProvider: FCT = ({ children, galoyClient, authIdentity }) => {
credentials: "include",
})
localStorage.clear()
location.href = "/"
}
if (graphQLErrors) {
console.debug("[GraphQL errors]:", graphQLErrors)
Expand Down

0 comments on commit 1c62f11

Please sign in to comment.