Skip to content

Commit 5ee5047

Browse files
committed
hmm
1 parent 2c47713 commit 5ee5047

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

images/NextjsP5DockerFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && \
1616

1717
RUN node --version && npm --version
1818

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 && \
2020
cd frontend && \
2121
npm run build
2222

images/NextjsPixiDockerFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && \
1616

1717
RUN node --version && npm --version
1818

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 && \
2020
cd frontend && \
2121
npm install pixi.js @pixi/mesh-extras raw-loader --force && \
2222
npm run build

images/NextjsShadcnDockerFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && \
1616

1717
RUN node --version && npm --version
1818

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 && \
2020
cd frontend && \
2121
npm install lucide-react axios recharts @radix-ui/react-icons tailwind-merge react-hook-form --force && \
2222
(echo "\n\n\n" | npx shadcn@latest init --defaults --force --yes) && \

images/NextjsVanillaDockerFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update && \
1515

1616
RUN node --version && npm --version
1717

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 && \
1919
cd frontend && \
2020
npm run build
2121

0 commit comments

Comments
 (0)