summaryrefslogtreecommitdiff
path: root/worker/Dockerfile
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-06-29 20:38:59 -0700
committerElizabeth Hunt <me@liz.coffee>2025-06-29 20:44:05 -0700
commitbf8735b1940c0066b1cebc9f59c45e818c70e4f4 (patch)
tree7f09fa9e71d95e5b259b722d09a310cfcc85a4e9 /worker/Dockerfile
parente3603169521fceea068df2e25889066c11e56472 (diff)
downloadci-bf8735b1940c0066b1cebc9f59c45e818c70e4f4.tar.gz
ci-bf8735b1940c0066b1cebc9f59c45e818c70e4f4.zip
Guess /etc/environment wont work, maybe this will
Diffstat (limited to 'worker/Dockerfile')
-rw-r--r--worker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/Dockerfile b/worker/Dockerfile
index a8a7eb3..8261c2f 100644
--- a/worker/Dockerfile
+++ b/worker/Dockerfile
@@ -15,8 +15,8 @@ RUN tar -xvzf /docker.tgz
# -- <ci_worker> --
FROM oci.liz.coffee/emprespresso/ci_base:release AS worker
-RUN echo "export PATH=/app/worker/dist/scripts:$PATH" > /etc/environment
RUN chmod +x /app/worker/dist/scripts/*.js
+ENV PIPELINE_PATH=/app/worker/dist/scripts
RUN mkdir -p /var/lib/laminar/cfg
RUN cp -r /app/worker/jobs /var/lib/laminar/cfg