https, max send size

This commit is contained in:
Josh Burman
2019-02-28 23:21:06 -05:00
parent b8282bf009
commit 97ed2476f4
523 changed files with 108 additions and 812666 deletions

View File

@ -12,12 +12,10 @@ RUN npm install
# If you are building your code for production
# RUN npm ci --only=production
RUN ./node_modules/.bin/tsc
# Bundle app source
COPY . /app
ENV PORT 80
EXPOSE 80
ENV PORT 8443
EXPOSE 8443
CMD [ "node", "./dist/server/server.js" ]