Skip to content

Commit

Permalink
Add some comment on why we added lib and vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed May 8, 2024
1 parent 67e7826 commit b8789b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ RUN ./docker/prod/setup/preinstall-common.sh
# stuff required for gems
COPY Gemfile Gemfile.* .ruby-version ./
COPY modules ./modules
# Add vendor for saas-openproject plugins
COPY vendor ./vendor
# some gemspec files of plugins require files in there, notably OpenProject::Version
# Add lib in case a plugin tries to load VERSION file under lib
COPY lib ./lib

RUN \
Expand Down

0 comments on commit b8789b1

Please sign in to comment.