1 Star 0 Fork 0

ardupilot/UAVLogViewer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 304 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nick Nothom 提交于 2020-06-24 05:42 +08:00 . Dockerize
FROM node:12
# Create app directory
WORKDIR /usr/src/app
# Install app dependencies
# A wildcard is used to ensure both package.json AND package-lock.json are copied
# where available (npm@5+)
COPY package*.json ./
RUN npm install
# Bundle app source
COPY . .
EXPOSE 8080
CMD [ "npm", "run", "dev" ]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ardupilot/UAVLogViewer.git
git@gitee.com:ardupilot/UAVLogViewer.git
ardupilot
UAVLogViewer
UAVLogViewer
master

搜索帮助