File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN apt-get update && \
16
16
17
17
RUN node --version && npm --version
18
18
19
- RUN npx --yes create-next-app@latest frontend --js --tailwind -src-dir src --app --no-turbopack --yes && \
19
+ RUN npx --yes create-next-app@latest frontend --js --tailwind --no-eslint -- src-dir src --app --no-turbopack --yes && \
20
20
cd frontend && \
21
21
npm run build
22
22
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN apt-get update && \
16
16
17
17
RUN node --version && npm --version
18
18
19
- RUN npx --yes create-next-app@latest frontend --js --tailwind --src-dir src --app --no-turbopack --yes && \
19
+ RUN npx --yes create-next-app@latest frontend --js --tailwind --no-eslint -- src-dir src --app --no-turbopack --yes && \
20
20
cd frontend && \
21
21
npm install pixi.js @pixi/mesh-extras raw-loader --force && \
22
22
npm run build
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN apt-get update && \
16
16
17
17
RUN node --version && npm --version
18
18
19
- RUN npx --yes create-next-app@latest frontend --js --tailwind --src-dir src --app --no-turbopack --yes && \
19
+ RUN npx --yes create-next-app@latest frontend --js --tailwind --no-eslint -- src-dir src --app --no-turbopack --yes && \
20
20
cd frontend && \
21
21
npm install lucide-react axios recharts @radix-ui/react-icons tailwind-merge react-hook-form --force && \
22
22
(echo "\n\n\n" | npx shadcn@latest init --defaults --force --yes) && \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update && \
15
15
16
16
RUN node --version && npm --version
17
17
18
- RUN npx --yes create-next-app@latest frontend --js --tailwind --src-dir src --app --no-turbopack --yes && \
18
+ RUN npx --yes create-next-app@latest frontend --js --tailwind --no-eslint -- src-dir src --app --no-turbopack --yes && \
19
19
cd frontend && \
20
20
npm run build
21
21
You can’t perform that action at this time.
0 commit comments