Skip to content

Commit

Permalink
Merge branch 'main' into feat/praktisk-section
Browse files Browse the repository at this point in the history
  • Loading branch information
niccofyren authored Feb 10, 2025
2 parents f148fb3 + cbadb4b commit 162eee5
Show file tree
Hide file tree
Showing 5 changed files with 352 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM node:20 AS base
FROM base AS prod-build
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
# Fix issue with pnpm install https://vercel.com/guides/corepack-errors-github-actions
RUN npm install -g corepack@latest
RUN corepack enable
COPY package.json pnpm-lock.yaml /app/
WORKDIR /app
Expand Down
170 changes: 170 additions & 0 deletions public/tg25/sponsors/riot_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 162eee5

Please sign in to comment.