Commit 260adaee authored by 375480616@qq.com's avatar 375480616@qq.com

docker配置

parent 32dbd725
node_modules/
.git/
\ No newline at end of file
FROM lingxi-harbor.shushangyun.com/lingxi/node:16.14.2-alpine
COPY ./* /data/web/
ENV NODE_ENV=production
WORKDIR /data/web/apps/srm
EXPOSE 6008
CMD ["/usr/local/bin/node", "/data/web/apps/srm/bootstrap.js"]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment