Docker: Default to port 80

This commit is contained in:
Sam Wing 2019-11-10 13:48:23 -05:00
parent 75a3bd74cc
commit 623e2b75a8

View file

@ -8,7 +8,8 @@ RUN npm install --production --silent && mv node_modules ../
COPY . .
EXPOSE 3000
ENV PORT 80
EXPOSE 80
RUN mkdir -p /data/db
ENV DB_URL /data/db