-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated dockerfiles for deployment (#6)
* moved requests to models * spelling mistake * cleaning up unused code * removal of hardcoded value to enum * fixes for aligning ALS with correct flow for sending HTTP requests as well as refactoring and reworking code to be more maintainable. also removed broken code for batch participants. moved endpoint cache to models folders. tried to comment more * version update * Admin API functionality added with full CRUD * refactor * fix for broken test * version update updated dockerfile move npm-run-all to normal dependencies
- Loading branch information
Showing
5 changed files
with
33 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ RUN apk del build-dependencies | |
EXPOSE 4002 | ||
EXPOSE 4001 | ||
|
||
CMD node src/index.js server | ||
CMD npm run start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.