Skip to content

Commit

Permalink
fix(docker): replace yarn with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Feb 13, 2021
1 parent 7ba1b8d commit 1b5940a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ WORKDIR /srv/app/
COPY --from=development /srv/app/ ./

# Discard devDependencies.
RUN yarn install
RUN npm install


#######################
Expand Down

0 comments on commit 1b5940a

Please sign in to comment.