Last active
October 27, 2021 18:37
-
-
Save keeth/b8367736456f4fd105a254e2f42fac0e to your computer and use it in GitHub Desktop.
Next.js on Elastic Beanstalk, run 'next build' or 'npm run build' from .eb-extensions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
container_commands: | |
01_build: | |
command: "PATH=$NODE_HOME/bin:$PATH $NODE_HOME/bin/npm run build" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment