CMD, not RUN, fool

This commit is contained in:
Evans Tucker 2018-06-15 17:57:44 -07:00
parent 4b5039f369
commit 78f3e4828b
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ RUN npm install
COPY . .
RUN npm install -g grunt-cli
RUN grunt
RUN npm start
CMD npm start