Commit 77acfa72 authored by 前端-许佳敏's avatar 前端-许佳敏

Merge branch 'v2-jinfa-srm' of…

Merge branch 'v2-jinfa-srm' of ssh://gitlab.shushangyun.com:8122/project/jinfa-mall into v2-jinfa-srm
parents 2fa2bc2a 2d88c010
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