maybe fix
This commit is contained in:
parent
129da16a9e
commit
e6c9c71292
@ -5,7 +5,7 @@ RUN apk add libc6-compat
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy cached files
|
# Copy cached files
|
||||||
COPY node_modules ./
|
COPY node_modules /app
|
||||||
|
|
||||||
# Install dependencies based on the preferred package manager
|
# Install dependencies based on the preferred package manager
|
||||||
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
|
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
|
ENTRYPOINT yarn react-env --env APP_ENV
|
||||||
|
|
||||||
CMD ["npm", "run", "start"]
|
CMD ["node", "server.js"]
|
10256
package-lock.json
generated
10256
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -15,12 +15,6 @@
|
|||||||
"jsx": "preserve",
|
"jsx": "preserve",
|
||||||
"incremental": true
|
"incremental": true
|
||||||
},
|
},
|
||||||
"include": [
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||||
"next-env.d.ts",
|
|
||||||
"**/*.ts",
|
|
||||||
"**/*.tsx",
|
|
||||||
"src/helpers/web/getPlayerData.js",
|
|
||||||
"src/helpers/web/getPlayerData.js"
|
|
||||||
],
|
|
||||||
"exclude": ["node_modules"]
|
"exclude": ["node_modules"]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user