mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Fix bug where register failed to wrun (#49)
This commit is contained in:
@@ -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
|
RUN apk add --no-cache --update vips
|
||||||
|
|
||||||
USER nobody
|
USER nobody
|
||||||
|
WORKDIR /bonob/src
|
||||||
|
|
||||||
CMD ["node", "/bonob/src/app.js"]
|
CMD ["node", "app.js"]
|
||||||
Reference in New Issue
Block a user