6 Star 19 Fork 2

Serverless Framework / Serverless

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 354 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
FROM node:latest
# install yarn
RUN curl -o- -L https://yarnpkg.com/install.sh | bash
# install python tooling
RUN apt-get update -y && apt-get install -y python-dev python-pip && pip install --no-cache-dir --upgrade pip
# install other utils
RUN apt-get update -y && apt-get install -y screen
# install aws-cli
RUN pip install --no-cache-dir awscli
JavaScript
1
https://gitee.com/serverless-framework/serverless.git
git@gitee.com:serverless-framework/serverless.git
serverless-framework
serverless
Serverless
master

搜索帮助