You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today the build pipeline consists of two steps. Prepare server build and build server locally and then build containers.
To ease local testing I like to suggest moving the server build into a FROM maven:3-eclipse-temurin-11-focal as kroki-build-server (or similar) section of the servers dockerfile.
Today the build pipeline consists of two steps. Prepare server build and build server locally and then build containers.
To ease local testing I like to suggest moving the server build into a
FROM maven:3-eclipse-temurin-11-focal as kroki-build-server
(or similar) section of the servers dockerfile.And copy the jar from the builder
The text was updated successfully, but these errors were encountered: