Browse Source

issue#98: Checking out issue#98 branch of ztncui

Key Networks 2 years ago
parent
commit
b6187525e3
2 changed files with 2 additions and 1 deletions
  1. 1 0
      Dockerfile
  2. 1 1
      VERSION

+ 1 - 0
Dockerfile

@@ -17,6 +17,7 @@ RUN apt update -y && \
     git clone https://github.com/key-networks/ztncui && \
     npm install -g node-gyp pkg && \
     cd ztncui/src && \
+    git checkout -b "issue#98" && \
     npm install && \
     pkg -c ./package.json -t "node${NODEJS_MAJOR}-linux-x64" bin/www -o ztncui && \
     zip -r /build/artifact.zip ztncui node_modules/argon2/build/Release

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.2.11
+1.2.12