toddsundsted / ktistec

Single user ActivityPub (https://www.w3.org/TR/activitypub/) server.
GNU Affero General Public License v3.0
366 stars 20 forks source link

Update Dockerfile for 2.0.0 and always build assets #107

Closed JayVii closed 3 months ago

JayVii commented 4 months ago
  1. Sets the default version within the Dockerfile to the newly released 2.0.0 version
  2. always (re-)builds assets
    • This only takes two additional packages: npm and webpack in the build container, nothing changes for the deployment container, whatsoever
    • Build-time is only a few seconds and unnoticeable compared to building ktistec itself
    • assets are always available, whatever branch you are building from
toddsundsted commented 3 months ago

@JayVii i probably merged this too quickly. i just made a v2.1.0 release to address https://github.com/toddsundsted/ktistec/issues/106 so that's probably the version to pin now (though it doesn't pick up any significant changes, and i will be merging a much more significant branch shortly for v2.2.0)