Docker image #205

Merged
Sirherobrine23 merged 4 commits from DockerImage into main 2021-09-28 16:21:09 +00:00
6 changed files with 506 additions and 506 deletions
.gitattributes
.github/workflows
Dockerfile
bin
src/api/v2/routes

2
.gitattributes vendored

@ -1,2 +1,2 @@
* text=LF eol=LF
* text=lf eol=lf
*.sh text=lf eol=lf

@ -76,7 +76,7 @@ jobs:
run: npm install --no-save -d
- name: Get And Export Release Version
shell: node
shell: node -p '{0}'
run: |
const version = require("./package.json").version;
const ActionsCore = require("@actions/core");