maybe fix

This commit is contained in:
Liam 2022-10-29 14:46:17 +01:00
parent 129da16a9e
commit e6c9c71292
3 changed files with 3 additions and 10265 deletions

@ -5,7 +5,7 @@ RUN apk add libc6-compat
WORKDIR /app
# Copy cached files
COPY node_modules ./
COPY node_modules /app
# Install dependencies based on the preferred package manager
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
@ -63,4 +63,4 @@ RUN yarn add @beam-australia/react-env
ENTRYPOINT yarn react-env --env APP_ENV
CMD ["npm", "run", "start"]
CMD ["node", "server.js"]

10256
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -15,12 +15,6 @@
"jsx": "preserve",
"incremental": true
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
"src/helpers/web/getPlayerData.js",
"src/helpers/web/getPlayerData.js"
],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}