File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
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 --no-eslint --src-dir src --app --no-turbopack --yes && \
19
+ RUN npx --yes create-next-app@15.1.6 frontend --js --tailwind --no-eslint --src-dir src --app --no-turbopack --yes && \
20
20
cd frontend && \
21
21
npm install --save-dev eslint eslint-config-next --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 --no-eslint --src-dir src --app --no-turbopack --yes && \
19
+ RUN npx --yes create-next-app@15.1.6 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 install --save-dev eslint eslint-config-next --force && \
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ RUN apt-get update && \
16
16
17
17
RUN node --version && npm --version
18
18
19
- RUN npx --yes create-next-app@latest frontend -e with-supabase --js --tailwind --no-eslint --src-dir src --app --no-turbopack --yes && \
19
+ RUN npx --yes create-next-app@15.1.6 frontend -e with-supabase --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
npm install --save-dev eslint eslint-config-next --force && \
23
- (echo "\n\n\n" | npx shadcn@latest init --defaults --force --yes) && \
24
- (echo "\n\n\n" | npx shadcn@latest add --yes --all) && \
23
+ (echo "\n\n\n" | npx shadcn@2.1.8 init --defaults --force --yes) && \
24
+ (echo "\n\n\n" | npx shadcn@2.1.8 add --yes --all) && \
25
25
npm run build
26
26
27
27
RUN tree /frontend
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 --no-eslint --src-dir src --app --no-turbopack --yes && \
19
+ RUN npx --yes create-next-app@15.1.6 frontend --js --tailwind --no-eslint --src-dir src --app --no-turbopack --yes && \
20
20
cd frontend && \
21
21
npm install --save-dev eslint eslint-config-next --force && \
22
22
npm run build
You can’t perform that action at this time.
0 commit comments