serverless / github-action

:zap::octocat: A Github Action for deploying with the Serverless Framework
Apache License 2.0
662 stars 174 forks source link

Builds of docker containers fail #60

Open manschutz-samsung opened 2 years ago

manschutz-samsung commented 2 years ago

As this run inside of a Docker container, Docker itself isn't available for building docker images for Lambda functions.

Ideally this container should be updated to have docker installed and the volume mapping to the master docker service, or at least a note decsribing the limitation or workaround on the main README.md file.

lopezm1 commented 2 years ago

I found the answer is to just npm install -g serverless and ignore this Github Action for now. Run those commands yourself. Once this action provides support for the docker commands we could use it 😢