Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed May 29, 2022
1 parent af074e2 commit ea89062
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ RUN echo $'#!/bin/bash \n\
set -m \n\
/data/harvester/init-harvester \n\
/data/harvester/run-harvester-crons & \n\
/opt/harvester/etc/rc.d/init.d/panda_harvester-uwsgi start \n\
cd /data/condor \n\
tar -x -f condor.tar.gz \n\
mv condor-*stripped condor \n\
Expand All @@ -50,7 +49,9 @@ sed "s/\$USER_ID -eq 0 || \$GROUP_ID -eq 0/\$USER_ID -eq 0 \&\& \$GROUP_ID -eq 0
chmod +x patched.make \n\
./patched.make \n\
. condor.sh \n\
condor_master \n ' > /opt/harvester/etc/rc.d/init.d/run-harvester-services
cp /data/harvester/condor_config.local /data/condor/condor/local/config.d/ \n\
condor_master \n\
/opt/harvester/etc/rc.d/init.d/panda_harvester-uwsgi start \n ' > /opt/harvester/etc/rc.d/init.d/run-harvester-services

RUN chmod +x /opt/harvester/etc/rc.d/init.d/run-harvester-services

Expand Down

0 comments on commit ea89062

Please sign in to comment.