Skip to content
Snippets Groups Projects
Commit ebf4bc86 authored by Brittany Faciane's avatar Brittany Faciane Committed by Daniel Lyons
Browse files

update file path references to assume new top level build context

parent 1817bd2d
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1327Convert from flit to poetry
...@@ -63,9 +63,9 @@ RUN apt update && apt install -y procps htcondor nano ...@@ -63,9 +63,9 @@ RUN apt update && apt install -y procps htcondor nano
# HTCondor setup # HTCondor setup
# Copy over HTCondor submit node config # Copy over HTCondor submit node config
COPY ./config/htcondor/00-htcondor-9.0.config /etc/condor/config.d/00-htcondor-9.0.config COPY ../../config/htcondor/00-htcondor-9.0.config /etc/condor/config.d/00-htcondor-9.0.config
COPY ./config/htcondor/submit/99-workspaces-submit.${DEPLOY_ENV}.conf /etc/condor/config.d/99-workspaces-submit.${DEPLOY_ENV}.conf COPY ../../config/htcondor/submit/99-workspaces-submit.${DEPLOY_ENV}.conf /etc/condor/config.d/99-workspaces-submit.${DEPLOY_ENV}.conf
COPY ./config/htcondor/submit/nrao-nofile.conf /etc/security/limits.d/nrao-nofile.conf COPY ../../config/htcondor/submit/nrao-nofile.conf /etc/security/limits.d/nrao-nofile.conf
# set ownership of /code directory to vlapipe:vlapipe # set ownership of /code directory to vlapipe:vlapipe
WORKDIR /code WORKDIR /code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment