mirror of
https://github.com/VERT-sh/VERT.git
synced 2025-12-30 13:00:11 -06:00
fix(docker): allow build stage to access commit hash
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
node_modules/
|
||||
.git/
|
||||
build/
|
||||
dist/
|
||||
.svelte-kit/
|
||||
|
||||
@@ -20,6 +20,10 @@ ENV PUB_STRIPE_KEY=${PUB_STRIPE_KEY}
|
||||
|
||||
COPY package.json ./
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends git && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN bun install
|
||||
|
||||
COPY . ./
|
||||
|
||||
Reference in New Issue
Block a user