Skip to content

Commit

Permalink
build: remove volume
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal committed Apr 26, 2023
1 parent 98d1090 commit 392191d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ WORKDIR /usr/src/app

COPY package*.json ./
COPY yarn.lock ./
VOLUME ./node_modules /app/node_modules
RUN yarn clean & yarn cache clean
RUN yarn install

COPY . .
Expand Down

0 comments on commit 392191d

Please sign in to comment.