-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,6 @@ RUN npx --yes [email protected] frontend --js --tailwind --no-eslint --src- | |
npm install --save-dev eslint eslint-config-next --force && \ | ||
npm run build | ||
|
||
RUN tree /frontend | ||
|
||
RUN curl -o /frontend/next.config.mjs https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/nextjs/next.config.mjs.example && \ | ||
curl -o /frontend/.eslintrc.json https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/nextjs/.eslintrc.json.example && \ | ||
curl -o /frontend/public/sketch.js https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/p5/public/sketch.js && \ | ||
|
@@ -33,7 +31,6 @@ RUN curl -o /frontend/next.config.mjs https://raw.githubusercontent.com/sshh12/p | |
curl -o /frontend/src/app/page.js https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/p5/src/app/page.js && \ | ||
rm -rf /frontend/public/*.svg | ||
|
||
RUN tree /frontend && \ | ||
cat /frontend/package.json | ||
RUN cat /frontend/package.json | ||
|
||
EXPOSE 3000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,6 @@ RUN npx --yes [email protected] frontend --js --tailwind --no-eslint --src- | |
npm install --save-dev eslint eslint-config-next --force && \ | ||
npm run build | ||
|
||
RUN tree /frontend | ||
|
||
RUN curl -o /frontend/next.config.mjs https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/nextjs/next.config.mjs.example && \ | ||
curl -o /frontend/.eslintrc.json https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/nextjs/.eslintrc.json.example && \ | ||
curl -o /frontend/src/app/layout.js https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/pixi/src/app/layout.js && \ | ||
|
@@ -32,7 +30,6 @@ RUN curl -o /frontend/next.config.mjs https://raw.githubusercontent.com/sshh12/p | |
curl -o /frontend/src/app/pixi/app.js https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/pixi/src/app/pixi/app.js && \ | ||
rm -rf /frontend/public/*.svg | ||
|
||
RUN tree /frontend && \ | ||
cat /frontend/package.json | ||
RUN cat /frontend/package.json | ||
|
||
EXPOSE 3000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,16 +16,14 @@ RUN apt-get update && \ | |
|
||
RUN node --version && npm --version | ||
|
||
RUN npx --yes [email protected] frontend -e with-supabase --js --tailwind --no-eslint --src-dir src --app --no-turbopack --yes && \ | ||
RUN npx --yes [email protected] frontend --js --tailwind --no-eslint --src-dir src --app --no-turbopack --yes && \ | ||
cd frontend && \ | ||
npm install lucide-react axios recharts @radix-ui/react-icons tailwind-merge react-hook-form --force && \ | ||
npm install --save-dev eslint eslint-config-next --force && \ | ||
(echo "\n\n\n" | npx [email protected] init --defaults --force --yes) && \ | ||
(echo "\n\n\n" | npx [email protected] add --yes --all) && \ | ||
npm run build | ||
|
||
RUN tree /frontend | ||
|
||
RUN curl -o /frontend/next.config.mjs https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/nextjs/next.config.mjs.example && \ | ||
curl -o /frontend/.eslintrc.json https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/nextjs/.eslintrc.json.example | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,12 +21,9 @@ RUN npx --yes [email protected] frontend --js --tailwind --no-eslint --src- | |
npm install --save-dev eslint eslint-config-next --force && \ | ||
npm run build | ||
|
||
RUN tree /frontend | ||
|
||
RUN curl -o /frontend/next.config.mjs https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/nextjs/next.config.mjs.example && \ | ||
curl -o /frontend/.eslintrc.json https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/nextjs/.eslintrc.json.example | ||
|
||
RUN tree /frontend && \ | ||
cat /frontend/package.json | ||
RUN cat /frontend/package.json | ||
|
||
EXPOSE 3000 |