fixed dockerfile

This commit is contained in:
Ell 2023-07-17 19:38:34 +02:00
parent 07fd636cda
commit b358771165

View file

@ -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"]