Commit 98ac943e by snake

+ 镜像构建

parent a75b396f
FROM node:16.18.1-slim
COPY ./ /data/node_faye
RUN cd /data/node_faye && \
echo npm -v && \
npm install
WORKDIR /data/node_faye
CMD node faye.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