mirror of
https://github.com/skidoodle/budgetable.git
synced 2025-02-15 03:39:14 +01:00
Merge branch 'main' of https://github.com/skidoodle/budgetable
This commit is contained in:
commit
fb7740dae0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM node:20-alpine AS base
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
FROM base AS deps
|
FROM base AS deps
|
||||||
RUN apk add --no-cache libc6-compat git
|
RUN apk add --no-cache libc6-compat git curl
|
||||||
|
|
||||||
# Setup pnpm environment
|
# Setup pnpm environment
|
||||||
ENV PNPM_HOME="/pnpm"
|
ENV PNPM_HOME="/pnpm"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue