CMD, not RUN, fool
This commit is contained in:
parent
4b5039f369
commit
78f3e4828b
@ -5,4 +5,4 @@ RUN npm install
|
|||||||
COPY . .
|
COPY . .
|
||||||
RUN npm install -g grunt-cli
|
RUN npm install -g grunt-cli
|
||||||
RUN grunt
|
RUN grunt
|
||||||
RUN npm start
|
CMD npm start
|
||||||
|
Loading…
Reference in New Issue
Block a user