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