switch to npm

This commit is contained in:
Lee 2023-10-18 00:08:40 +01:00
parent 7f86f1b769
commit 0c35f51709
3 changed files with 2149 additions and 180 deletions

@ -2,8 +2,8 @@ FROM fascinated/docker-images:node-latest
EXPOSE 5000
RUN yarn install
RUN npm install
RUN yarn build
RUN npm run build
CMD yarn start
CMD npm run start

1942
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

381
yarn.lock

File diff suppressed because it is too large Load Diff