-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/1541 update node migrate cra to vite #246
Feature/1541 update node migrate cra to vite #246
Conversation
environment: | ||
- NODE_ENV=development | ||
volumes: | ||
- .:/app:delegated | ||
healthcheck: | ||
test: [ "CMD", "curl", "-f", "http://node:3000/tags" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
http://node:3000/tags has never been a page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then remove healthcheck: as well
environment: | ||
- NODE_ENV=development | ||
volumes: | ||
- .:/app:delegated | ||
healthcheck: | ||
test: [ "CMD", "curl", "-f", "http://node:3000/tags" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then remove healthcheck: as well
command: yarn start | ||
networks: | ||
- app | ||
working_dir: /app | ||
ports: | ||
- '3000' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will block other from using 0.0.0.0:3000
Link to ticket
https://leantime.itkdev.dk/dashboard/home#/tickets/showTicket/1541
Description
As it seems CRA is no longer being maintained by fb, I am migrating to Vite.
Screenshot of the result
n/a
Checklist
If your code does not pass all the requirements on the checklist you have to add a comment explaining why this change
should be exempt from the list.
Additional comments or questions
If you have any further comments or questions for the reviewer please add them here.