Skip to content

Commit 82550ae

Browse files
committed
fix PUN bootup for rocky:8
1 parent 007cbc4 commit 82550ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ondemand/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ COPY notebook_data /data/notebook_data
3535
COPY initializers/dashboard.rb /etc/ood/config/apps/dashboard/initializers/dashboard.rb
3636
COPY themes/hpc-coop /usr/share/ondemand-dex/web/themes/hpc-coop
3737

38+
RUN sed -i '/ passenger_load_shell_envvars off;/a passenger_preload_bundler on;' /opt/ood/nginx_stage/templates/pun.conf.erb
39+
3840
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

0 commit comments

Comments
 (0)