diff --git a/ws/Dockerfile b/ws/Dockerfile index 9cdaaef..4d12233 100644 --- a/ws/Dockerfile +++ b/ws/Dockerfile @@ -12,8 +12,8 @@ RUN apk add --update --no-cache nodejs && \ rm -rf /var/cache/apk/* # adct:ws -COPY / /opt/ws/ -WORKDIR /opt/ws/ +COPY / /opt/adct/ws/ +WORKDIR /opt/adct/ws/ RUN npm install websocket --save # Expose ports