Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 396 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 396 Bytes

docker-aws-cli

Docker image for AWS deployment

How to build

Example of building one of the images

docker build -t napp/docker-aws-cli:3 -f Dockerfile .
docker push napp/docker-aws-cli:3

In oue Serverless docker images, we follow the serverless cli version.

cd serverless
docker build -t napp/serverless:1.67.3 -f Dockerfile .
docker push napp/serverless:1.67.3