diff --git a/Dockerfile b/Dockerfile index 10c16fe..6aabf53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,10 @@ WORKDIR /usr/src/app # where available (npm@5+) COPY package*.json ./ +RUN npm install # Bundle app source COPY . . -EXPOSE 3000 10001 +EXPOSE 3000 10001/udp CMD [ "node", "Example.js" ] \ No newline at end of file