-
Notifications
You must be signed in to change notification settings - Fork 102
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
Docker support #73
base: master
Are you sure you want to change the base?
Docker support #73
Conversation
281641e
to
b305b83
Compare
updated docker-compose config |
…ure/docker * 'feature/docker' of github.com:idoo/codecrumbs: (61 commits) feat: added basic Docker fix: build 1.7.3 fix: docs fix: readme change chore: clean up 1.7.2 fix: saga feat: hide source tree feat: add file path to code preview feat: add file path to code preview fix: underlay styles for namespace title 1.7.1 fix: peformance for flow steps 1.7.0 1.6.18 fix: left margin for svg fix: readme 1.6.17 fix: config file support ...
WORKDIR /usr/src/app | ||
|
||
# Install app dependencies | ||
COPY package*.json ./ |
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.
Add the yarn lock file in this step as well to improve build caching
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.
Ah the repo doesn’t lock down the transitive dependencies.
Maybe @Bogdan-Lyashenko can explain his reasoning behind it
No description provided.