Skip to content

Commit

Permalink
ci: not copy yark lock in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
moolmin committed Sep 24, 2024
1 parent 45e4f97 commit 08e1a7d
Show file tree
Hide file tree
Showing 2 changed files with 3,355 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && \
apt-get clean

# Copy project files required for dependency installation
COPY package.json yarn.lock ./
COPY package.json ./

# 2. Install dependencies only when needed
FROM base AS deps
Expand Down
Loading

0 comments on commit 08e1a7d

Please sign in to comment.