From 883740952f139c6daf1e6f5428ef33e6abe4b9b2 Mon Sep 17 00:00:00 2001 From: Bill Mills Date: Thu, 19 Sep 2019 14:43:43 -0400 Subject: [PATCH] Update Dockerfile --- bulletin-board-app/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bulletin-board-app/Dockerfile b/bulletin-board-app/Dockerfile index 22e6ce5..656b136 100644 --- a/bulletin-board-app/Dockerfile +++ b/bulletin-board-app/Dockerfile @@ -3,8 +3,7 @@ FROM node:6.11.5 WORKDIR /usr/src/app COPY package.json . RUN npm install +COPY . . -EXPOSE 8080 CMD [ "npm", "start" ] -COPY . . \ No newline at end of file