kuhumcst / glossematics

The life of Louis Hjelmslev.
https://glossematics.dk
4 stars 1 forks source link

Run .jar in production #58

Closed simongray closed 2 years ago

simongray commented 2 years ago

Should improve performance, memory in particular. Requires rewriting the Dockerfile.

simongray commented 2 years ago

So apparently there is an issue with my resources being shadowed by some library resources, e.g. main.css. I have since learned that resources should be scoped in similar way to namespaces, i.e. using directories, to avoid collisions like this.

The fix will entail a major restructuring of my resources folder and all of calls into it.