summaryrefslogtreecommitdiff
path: root/packpub/npm/Dockerfile
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-07-27 23:00:25 -0700
committerElizabeth Hunt <me@liz.coffee>2025-07-28 20:46:22 -0700
commit06159c5720384cf9dad98161e3d5ed52dcb0145b (patch)
treed642dc3283096efad857baed006ef7b2362739e7 /packpub/npm/Dockerfile
parentec73128cd816c9d109dce9189823c4f7eec69d0d (diff)
downloadci-06159c5720384cf9dad98161e3d5ed52dcb0145b.tar.gz
ci-06159c5720384cf9dad98161e3d5ed52dcb0145b.zip
Adds run command to packpub/npm.
Diffstat (limited to 'packpub/npm/Dockerfile')
-rw-r--r--packpub/npm/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packpub/npm/Dockerfile b/packpub/npm/Dockerfile
index c179655..5fe77af 100644
--- a/packpub/npm/Dockerfile
+++ b/packpub/npm/Dockerfile
@@ -17,4 +17,4 @@ RUN curl https://mise.run | sh
COPY publish.sh /publish.sh
-ENTRYPOINT [ "/bin/bash", "publish.sh" ]
+CMD [ "/bin/bash", "/publish.sh" ]