mirror of
https://github.com/Ellpeck/WoodpeckerPlugins.git
synced 2024-11-21 18:13:30 +01:00
fixed nextcloud-upload entrypoint
This commit is contained in:
parent
b358771165
commit
e46a6b5130
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM --platform=$BUILDPLATFORM node:latest
|
FROM --platform=$BUILDPLATFORM node:latest
|
||||||
ADD nextcloud-upload /bin
|
ADD nextcloud-upload /bin
|
||||||
WORKDIR /bin
|
WORKDIR /bin
|
||||||
RUN npm install /bin
|
RUN npm install
|
||||||
ENTRYPOINT ["node", "run.js"]
|
ENTRYPOINT ["node", "/bin/run.js"]
|
||||||
|
|
Loading…
Reference in a new issue