Skip to content

Commit

Permalink
Fix dockerfile, optimize tailwindcss for production, remove "Developi…
Browse files Browse the repository at this point in the history
…ng" pages
  • Loading branch information
akmatoff committed Oct 23, 2024
1 parent f32d3e7 commit 041c752
Show file tree
Hide file tree
Showing 6 changed files with 551 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG BASE_URL

ENV NEXT_PUBLIC_BASE_URL=${BASE_URL}

COPY package.json pnpm-lock.yaml /codium-website/
COPY package.json pnpm-lock.yaml .npmrc /codium-website/
RUN pnpm install --frozen-lockfile

FROM base AS builder
Expand Down
10 changes: 0 additions & 10 deletions app/developing/page.tsx

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@react-three/postprocessing": "^2.16.3",
"autoprefixer": "^10.4.20",
"classnames": "^2.5.1",
"cssnano": "^7.0.6",
"framer-motion": "^11.11.9",
"gsap": "^3.12.5",
"lenis": "^1.1.14",
Expand Down
Loading

0 comments on commit 041c752

Please sign in to comment.