Skip to content
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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Docker support #73

wants to merge 7 commits into from

Conversation

idoo
Copy link
Contributor

@idoo idoo commented Jul 18, 2019

No description provided.

@idoo idoo force-pushed the feature/docker branch 2 times, most recently from 281641e to b305b83 Compare July 18, 2019 09:42
README.md Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
@idoo
Copy link
Contributor Author

idoo commented Jul 22, 2019

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 ./
Copy link

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

Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants