diff --git a/Dockerfile b/Dockerfile index 920909f..8c44be4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,9 @@ RUN npm install # If you are building your code for production # RUN npm ci --only=production +# Bundle app source +COPY . . + EXPOSE 3000 CMD [ "node", "server.js" ] \ No newline at end of file