File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ our @EXPORT_OK = qw(
4343) ;
4444
4545# might want to change this for upstream
46- use constant ENV_PREFIX => ' BMO_ ' ;
46+ use constant ENV_PREFIX => ' BZ_ ' ;
4747use constant PARAM_OVERRIDE =>
4848 qw( use_mailer_queue mail_delivery_method shadowdb shadowdbhost shadowdbport shadowdbsock ) ;
4949
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ WORKDIR /app
8181COPY --from=builder /app/PACKAGES /app/PACKAGES
8282RUN apt-get update -y && apt-get install -y $(cat PACKAGES)
8383COPY --from=builder /app/local /app/local
84+ COPY --from=builder /app/MYMETA.* /app/
8485COPY ./ /app/
8586env LOCALCONFIG_ENV 1
8687ENTRYPOINT ["perl" , "bugzilla.pl" ]
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ say $fh q{RUN apt-get update -y && apt-get install -y $(cat PACKAGES) };
3636# several lines should be merged together, and we need to make sure to clean up
3737# the apt package cache after installing packages to maintain a small image size
3838say $fh q{ COPY --from=builder /app/local /app/local} ;
39+ say $fh q{ COPY --from=builder /app/MYMETA.* /app/} ;
3940say $fh q{ COPY ./ /app/} ;
4041
4142say $fh q{ env LOCALCONFIG_ENV 1} ;
You can’t perform that action at this time.
0 commit comments