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

Start data store properly (fixes #21) #22

Merged
merged 2 commits into from Aug 1, 2018
Merged

Conversation

tpetricek
Copy link
Collaborator

  • I had this problem: Docker-compose up failing because "port is already allocated" docker/compose#4950 and so I changed the ports from 8080:8080 to just 8080 as recommended there, which worked.
  • We had outdated version of paket.bootstrapper.exe which was preventing package restore
  • We have to include paket.lock (it specifies the versions of packages to download)
  • I had to make some small tweaks in build script so that it runs in docker
  • I added the template file for the config key

@nbarlowATI I'm sending this as a PR to your branch, but it would be good to merge your work into master if you're OK with that.

@nbarlowATI nbarlowATI merged commit 41ede17 into dockerize Aug 1, 2018
@nbarlowATI nbarlowATI deleted the tomas-dockerize branch August 1, 2018 13:40
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

2 participants