summaryrefslogtreecommitdiff
path: root/.dockerignore
AgeCommit message (Collapse)Author
2022-02-22Update async to prepare for main mergeBlackDex
- Changed nightly to stable in Dockerfile and Workflow - Updated Dockerfile to use stable and updated ENV's - Removed 0.0.0.0 as default addr it now uses ROCKET_ADDRESS or the default - Updated Github Workflow actions to the latest versions - Updated Hadolint version - Re-orderd the Cargo.toml file a bit and put libs together which are linked - Updated some libs - Updated .dockerignore file
2021-03-30Misc changes.BlackDex
Some small changes in general: - Moved the SQL Version check struct into the function. - Updated hadolint to 2.0.0 - Fixed hadolint 2.0.0 warnings - Updated github workflows - Added .editorconfig for some general shared editor settings.
2020-08-24Change Dockerfiles to make the AMD image multidbDaniel García
2019-02-16Include git repo in build so we get versionMiroslav Prasil
2018-02-17Fixed docker build and implemented automatic creation of JWT signing keys on ↵Daniel García
platforms with OpenSSL (it needs to be on the PATH)
2018-02-10First working versionDaniel García