Skip to content

Commit

Permalink
Update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinapiy committed Sep 28, 2017
1 parent ef9e17f commit 0f35309
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ COPY socket.js ./
COPY package.json ./
RUN npm install
EXPOSE 8011
CMD [ "node", "socket.js" ]
ENTRYPOINT [ "node" ]
CMD [ "socket.js" ]

0 comments on commit 0f35309

Please sign in to comment.