- remove yarn cmd and use entrypoint instead
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
oonyeje 2023-12-01 15:28:38 -05:00
parent a73ee7581c
commit ace17bf7c7

View File

@ -25,4 +25,4 @@ RUN yarn install
EXPOSE 3000 EXPOSE 3000
CMD ["yarn", "dev", '-p', '3000'] ENTRYPOINT ["node", "run", "dev", '-p', '3000']