Merge pull request #36 from glide-the/fix-docker
Update Dockerfile to copy only package.json for dependency installation
This commit is contained in:
commit
df745ac15c
@ -28,7 +28,7 @@ ENV PATH="/root/.bun/bin:$PATH"
|
||||
WORKDIR /app
|
||||
|
||||
# Copy package files
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
COPY package.json ./
|
||||
|
||||
# Install pnpm and dependencies
|
||||
RUN npm install -g pnpm && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user