Skip to content

Commit

Permalink
Ensure initial/default plugins.yaml is included in build (#4840)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox authored Dec 17, 2020
1 parent b95b329 commit 26f3286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/Dockerfile.bk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN npm run build-backend

FROM splatform/stratos-bk-base:leap15_2 as common-build
COPY --from=builder /home/stratos/src/jetstream/jetstream /srv/
COPY --from=builder /home/stratos/src/jetstream/plugins.yaml /srv/
RUN chmod +x /srv/jetstream

# use --target=prod-build to build a backend image for Kubernetes
Expand Down

0 comments on commit 26f3286

Please sign in to comment.