Skip to content

Commit 332da84

Browse files
committed
fix: Dockerfile paths
1 parent 2f9a3e1 commit 332da84

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ COPY requirements.txt $HOME_EX/requirements.txt
4040
RUN pip install --no-cache-dir --break-system-packages -r requirements.txt \
4141
--timeout=120
4242

43-
COPY scripts/ $HOME_EX/scripts/
44-
COPY scripts/runtimes/python-setup.sh $HOME_EX/scripts/runtime-setup.sh
45-
43+
COPY --chown=runner:runner scripts/ /scripts/
44+
COPY --chown=runner:runner scripts/runtimes/python-setup.sh scripts/runtime-setup.sh
4645
COPY --chown=runner:runner --chmod=755 entrypoint.sh $HOME_EX/entrypoint.sh
4746

4847
USER 1007

0 commit comments

Comments
 (0)