Correct AWS pipenv command.

This commit is contained in:
Christopher Charbonneau Wells 2017-11-29 14:28:10 -05:00
parent 2103b60246
commit f12ba2bf14
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ container_commands:
env:
LC_ALL: en_US.utf8
LANG: en_US.utf8
command: 'pipenv --system --deploy'
command: 'pipenv install --system --deploy'
03_npm_install:
command: 'npm install'
04_gulp_build: