mirror of
https://github.com/Ellpeck/WoodpeckerPlugins.git
synced 2024-11-21 18:13:30 +01:00
this works locally, what is happening
This commit is contained in:
parent
7b97b3e734
commit
07fd636cda
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM --platform=$BUILDPLATFORM node:latest
|
FROM --platform=$BUILDPLATFORM node:latest
|
||||||
WORKDIR /bin
|
WORKDIR /bin
|
||||||
ADD . /bin
|
ADD ./ /bin
|
||||||
RUN npm install
|
RUN npm install /bin
|
||||||
ENTRYPOINT ["node", "run.js"]
|
ENTRYPOINT ["node", "/bin/run.js"]
|
||||||
|
|
Loading…
Reference in a new issue