We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95b329 commit 26f3286Copy full SHA for 26f3286
deploy/Dockerfile.bk
@@ -9,6 +9,7 @@ RUN npm run build-backend
9
10
FROM splatform/stratos-bk-base:leap15_2 as common-build
11
COPY --from=builder /home/stratos/src/jetstream/jetstream /srv/
12
+COPY --from=builder /home/stratos/src/jetstream/plugins.yaml /srv/
13
RUN chmod +x /srv/jetstream
14
15
# use --target=prod-build to build a backend image for Kubernetes
0 commit comments