I can successfully create and run backend flask api and the frontend vue app inside individual containers with the following codes: But when I try combining them inside a single container, only the vue app is running on localhost:8080 but it cannot access the flask api output which I thought would be running locally inside the container on port 5000
Tag: vue.js
How do I pass variables to scss processor?
My current set up is Front-end: VueJS Backend Python, Tornado Vue is used using the cdn for indivudual static templates. Tornado serves the templates. I’m using the python scss library to compile the scss, that part of pretty straight forward. I have two config.py files that hold configurations with two different color schemes among other things, I would like to