mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
Fix COPY command in Dockerfile for package files
This commit is contained in:
@@ -10,7 +10,7 @@ COPY prisma ./
|
|||||||
|
|
||||||
# Install dependencies based on the preferred package manager
|
# Install dependencies based on the preferred package manager
|
||||||
|
|
||||||
COPY package.json bun.lock
|
COPY package.json bun.lock .
|
||||||
|
|
||||||
RUN npm i
|
RUN npm i
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user