Parent: [741dc6] (diff)

Child: [8d7ecf] (diff)

Download this file

Dockerfile    16 lines (13 with data), 330 Bytes

FROM node:latest
WORKDIR /user/src/app
COPY . .
EXPOSE 3000
CMD ["npm", "start"]

LABEL vf-OS=true
LABEL vf-OS.name="OPCUADriver"
LABEL vf-OS.author="UPV"
LABEL vf-OS.binaryFile=binaryFile
LABEL vf-OS.securityEndpoints=“{}“

LABEL vf-OS.restUri="/api/"
LABEL vf-OS.configurationUri="/"
LABEL vf-OS.description="OPC UA driver"