-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rework of the docker containers to make build them for multi archs an…
…d some cleanup work. - upgraded to node 16 lts, updated dependencies and docker images - reworked the Makefile for build and release targets, added multiple archs thanks to the template from chrisamti. - moved the docker image insides into /app for better review. - changed port mentioned in the docs to 8080, cleaned up test.http example - added new test subfolder to dockerignore - moved tests to subfolder, included a simple curl test as well to be run on local docker host - added docker section to readme, detailing about multi arch builds with buildx
- Loading branch information
1 parent
d463714
commit 5ceba75
Showing
10 changed files
with
2,230 additions
and
306 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 |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
**/node_modules | ||
**/.idea | ||
**./vscode | ||
**/test |
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
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.