-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update project #93
base: main
Are you sure you want to change the base?
Update project #93
Conversation
@cascadianblue Can you please address the comment on line 9 of the Dockerfile? |
@cascadianblue Can you please also review |
Sorry, I don't understand the TODO:
Which files are we trying to copy/not copy in this line? |
client/Dockerfile
Outdated
RUN npm ci --silent | ||
RUN npm install react-scripts@3.4.1 -g --silent | ||
|
||
# TODO Either copy file individually or use this line + .gitignore |
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.
As Thomas and I just discussed, this should probably follow the example of one of the example annotators, e.g. https://github.com/nlpsandbox/person-name-annotator-example/blob/8423e95c924d1232f68560127815dacfd3a4ccd0/server/Dockerfile#L19
(".gitignore
" should be ".dockerignore
")
Depends on #92