Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ttedeschi authored Jul 4, 2024
1 parent ca69b73 commit 0ca5bcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ COPY handles.py /utils/handles.py
COPY SidecarConfig.yaml /utils/SidecarConfig.yaml
RUN touch /utils/condor_config
RUN mkdir /utils/.knoc
RUN yum install -y git vim wget

WORKDIR /utils

CMD ["/bin/sh", "-c", "/start.sh & python3 handles.py"]
CMD ["/bin/sh", "-c", "/start.sh & python3 handles.py"]

0 comments on commit 0ca5bcc

Please sign in to comment.