Fix bug where register failed to wrun (#49)

This commit is contained in:
Simon J
2021-09-09 15:02:37 +10:00
committed by GitHub
parent c1815e5e48
commit 91cc450451

View File

@@ -49,5 +49,6 @@ COPY src/Sonoswsdl-1.19.4-20190411.142401-3.wsdl ./src/Sonoswsdl-1.19.4-20190411
RUN apk add --no-cache --update vips
USER nobody
WORKDIR /bonob/src
CMD ["node", "/bonob/src/app.js"]
CMD ["node", "app.js"]