Skip to content

Commit

Permalink
Fixed: node binary is called nodejs in ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
psi-4ward committed Jan 15, 2015
1 parent b0339d1 commit 9ce20e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ADD . /app/
WORKDIR /app
EXPOSE 8000

CMD ["node", "server.js"]
CMD ["nodejs", "server.js"]

0 comments on commit 9ce20e8

Please sign in to comment.