Optimize Dockerfile for Multiple Extensions #698
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Currently, the EPP and BBR Dockerfiles copy
cmd
andpkg
directories during an image build:Since each above directory now contains EPP and BBR subdirectories, the
COPY
commands should be updated for each Dockerfile to only include the associated subdirectories.The text was updated successfully, but these errors were encountered: