diff --git a/.all-contributorsrc b/.all-contributorsrc
index 50d69cf15..e2d499126 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -196,7 +196,8 @@
"avatar_url": "https://avatars2.githubusercontent.com/u/20923978?v=4",
"profile": "https://github.com/danshilm",
"contributions": [
- "code"
+ "code",
+ "doc"
]
},
{
@@ -235,6 +236,15 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "flying-sausages",
+ "name": "flying-sausages",
+ "avatar_url": "https://avatars1.githubusercontent.com/u/23618693?v=4",
+ "profile": "https://github.com/flying-sausages",
+ "contributions": [
+ "doc"
+ ]
}
],
"badgeTemplate": "-orange.svg\"/>",
diff --git a/.gitbook.yaml b/.gitbook.yaml
new file mode 100644
index 000000000..6c5133ed3
--- /dev/null
+++ b/.gitbook.yaml
@@ -0,0 +1,5 @@
+root: ./docs
+
+structure:
+ readme: README.md
+ summary: SUMMARY.md
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 99ba8dd3d..0da054764 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -38,7 +38,7 @@ All help is welcome and greatly appreciated. If you would like to contribute to
```
yarn
- yarn install
+ yarn dev
```
- Alternatively you can run using [Docker](https://www.docker.com/) with `docker-compose up -d`. This method does not require installing NodeJS or Yarn on your machine directly.
diff --git a/Dockerfile b/Dockerfile
index 48bd94d42..8a0190bf8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,8 @@
FROM node:12.18-alpine AS BUILD_IMAGE
+ARG COMMIT_TAG
+ENV COMMIT_TAG=${COMMIT_TAG}
+
COPY . /app
WORKDIR /app
@@ -25,6 +28,8 @@ COPY --from=BUILD_IMAGE /app/dist ./dist
COPY --from=BUILD_IMAGE /app/.next ./.next
COPY --from=BUILD_IMAGE /app/node_modules ./node_modules
+RUN echo "{\"commitTag\": \"${COMMIT_TAG}\"}" > committag.json
+
CMD yarn start
EXPOSE 5055
diff --git a/README.md b/README.md
index 2707710ae..179a3124f 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
-
+