Closed tstirrat15 closed 5 years ago
Fixes #51 Fixes #31 Fixes #29
This is steps towards #45. I'm starting to wrap my head around how the build/service happens and cleaning things up as I go.
node-sass
depends
link
bulma
docker-compose build needmorelumber && docker-compose up and see that everything works nicely. It's not there yet.
docker-compose build needmorelumber && docker-compose up
Alpine isn't going to work right now. I've added #56 to address this in the future.
Gonna merge to keep moving.
Fixes #51 Fixes #31 Fixes #29
Motivation
This is steps towards #45. I'm starting to wrap my head around how the build/service happens and cleaning things up as I go.
TODO
node-sass
is borky right now, and I CBA to figure it out tonight. Gonna do that tomorrow.depends
key to docker-compose to ensure correct startup orderChanges
link
from docker-compose as it's deprecatedbulma
since we're moving towards MUITesting
docker-compose build needmorelumber && docker-compose up
and see that everything works nicely. It's not there yet.