Fix phoenix_static_buildpack.config

This commit is contained in:
Simon Prévost 2018-12-13 07:45:27 -05:00
parent f2954b7d28
commit 04e30f0366

View File

@ -1,3 +1,23 @@
# Clean out cache contents from previous deploys
clean_cache=false
# We can change the filename for the compile script with this option
compile="compile"
# We can set the version of Node to use for the app here
node_version=9.5.0
# We can set the version of NPM to use for the app here
npm_version=6.1.0
# We can set the path to phoenix app. E.g. apps/phoenix_app when in umbrella.
phoenix_relative_path=.
# Remove node and node_modules directory to keep slug size down if it is not needed.
remove_node=false
# We can change path that npm dependencies are in relation to phoenix app. E.g. assets for phoenix 1.3 support.
assets_path=webapp
# We can change phoenix mix namespace tasks. E.g. phx for phoenix 1.4 support.
phoenix_ex=phx