@@ -6,6 +6,7 @@ COPY package.json /usr/src/app/
RUN npm install
COPY . /usr/src/app
+ENV PORT 80
EXPOSE 80
ENTRYPOINT ["node", "app.js"]