-
Notifications
You must be signed in to change notification settings - Fork 39
Add Docker #51
base: development
Are you sure you want to change the base?
Add Docker #51
Conversation
Add Docker for development purposes
Add `eslint` for typescript
This is great! No need to install azure in our local anymore, I will try to run it on my local before approving. Could you fix the conflicts? Thanks! |
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.
Aside from the settings.json
conflict this LGTM. Does anything need to change in the README
?
Resolve `.vscode/settings.json` conflict
We should make sure it works with this: https://code.visualstudio.com/docs/remote/containers ! |
Alright. Let me see to that! |
@davisokoth Awesome! I tested in my local and I didn't have any issues when running The only thing I'm seeing is when calling any of the endpoints, I'm getting this error:
It seems like is not loading this module |
Fixes error in seeing `@repositories`
Add `tslint` as a dev-dependency Enforce `tslint` requirements in various files
…ach-api into development Merge from origin
Disable rule requiring ordering of imports to allow for `reflect-metadata` to be imported first
Am still not sure how to fix this. Any pointers? |
Add a`Dockerfile` to set up ans spin an `azurite` instance
This PR adds Docker for development purposes