Skip to content

Commit

Permalink
Merge pull request #157 from heri16/patch-1
Browse files Browse the repository at this point in the history
Fix Python build settings for Docker
  • Loading branch information
Jorge Bastida committed Dec 14, 2017
2 parents b3648f1 + 2cee67e commit 134ac11
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/docker/helloworld/settings.yml
Expand Up @@ -8,11 +8,8 @@ lambdas:
- cp -Rf * {target}
- docker run --rm -v {target}:/var/task lambci/lambda:build npm install

# Note: pip support is not available at the moment
# hellopython:
# code: hellopy
# runtime: python2.7
# handler: code.handler
# build:
# - cp -Rf * {target}
# - docker run --rm -v {target}:/var/task lambci/lambda:build-python2.7 pip install -r requirements.txt -q -t {target}
# pip-path: docker run --rm -v {target}:/var/task lambci/lambda:build-python2.7 pip

0 comments on commit 134ac11

Please sign in to comment.