Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sshh12 committed Dec 29, 2024
1 parent a41e20e commit 0c71520
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/NextjsP5DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ RUN npx --yes create-next-app@latest frontend --js --tailwind --no-eslint --src-
cd frontend && \
npm run build

RUN curl -o /frontend/next.config.mjs https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/next.config.mjs.example && \
curl -o /frontend/public/sketch.js https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/p5/sketch.js && \
RUN curl -o /frontend/public/sketch.js https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/p5/sketch.js && \
curl -o /frontend/src/app/globals.css https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/p5/globals.css && \
curl -o /frontend/src/app/layout.js https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/p5/layout.js && \
curl -o /frontend/src/app/page.js https://raw.githubusercontent.com/sshh12/prompt-stack/refs/heads/main/images/p5/page.js
Expand Down

0 comments on commit 0c71520

Please sign in to comment.