northstack / northstack-client

NorthStack Client
https://northstack.com
GNU General Public License v3.0
7 stars 1 forks source link

user build scripts in localdev #55

Closed mm-pagely closed 5 years ago

mm-pagely commented 5 years ago

Not really much to talk about here--we just check for an executable file at $APP_NAME/app/build and run it.

For WordPress, this runs inside the wordpress-init container. For static apps, this runs in an alpine-based container. The static dockerfile (/docker/images/builder/Dockerfile) can be updated to add new build-time deps for static apps.

This also contains some fixes for stuff I broke in static app localdev when refactoring.