Skip to content

Commit

Permalink
yarn -> npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillich committed Mar 27, 2024
1 parent ea93424 commit c621e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3,177 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ COPY . /src

WORKDIR /src

RUN yarn install
RUN npm install

CMD yarn start
CMD npm start
Loading

0 comments on commit c621e4c

Please sign in to comment.