FROM registry.gz.cvte.cn/library/node:8.9.3-apm
LABEL repository="gitlab.gz.cvte.cn/enow/node-file-list.git" branch="main" commit="cd48213"
WORKDIR /app
ADD node-demo.tar.gz .
RUN  echo 'print file ls...' && ls -al
CMD ["sh", "-c", "./app.js"]
