Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ RUN corepack enable
COPY ./pnpm-lock.yaml ./pnpm-lock.yaml
RUN pnpm fetch

COPY ./package.json ./package.json
COPY ./templates ./templates
COPY ./tailwind.css ./tailwind.css
COPY . .

RUN pnpm install --offline --frozen-lockfile

Expand Down