Skip to content

Commit

Permalink
don't copy non-existent common
Browse files Browse the repository at this point in the history
  • Loading branch information
choden-dev committed Mar 11, 2024
1 parent 4d4ba33 commit f51d12f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ RUN apt-get update -qq && \

# Install node modules
COPY --link package.json yarn.lock tsconfig.json ./
COPY --link ./common ./common
COPY --link ./server ./server
RUN yarn install --frozen-lockfile

Expand Down

0 comments on commit f51d12f

Please sign in to comment.