Skip to content

Commit d70d0fe

Browse files
author
Ryan Muller
committed
Make sure to install dependencies
1 parent 960fe1c commit d70d0fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM node:4.4
22
COPY . /app
33
WORKDIR /app
4+
RUN npm install
45
CMD npm start

0 commit comments

Comments
 (0)