Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
I believe this is the correct way to start docker file. Otherwise you get  System error: exec: "grunt serve": executable file not found in $PATH
  • Loading branch information
k2xl committed Nov 6, 2015
1 parent a836cf8 commit defcf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -30,4 +30,4 @@ RUN cat modules/core/config/core.client.constants.js

# Expose ports: server (3000), livereload (35729)
EXPOSE 3000 35729
CMD ["grunt serve"]
CMD ["grunt", "serve"]

0 comments on commit defcf2f

Please sign in to comment.