- remove yarn cmd and use entrypoint instead
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
a73ee7581c
commit
ace17bf7c7
@ -25,4 +25,4 @@ RUN yarn install
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["yarn", "dev", '-p', '3000']
|
||||
ENTRYPOINT ["node", "run", "dev", '-p', '3000']
|
||||
Loading…
x
Reference in New Issue
Block a user