bump build script

This commit is contained in:
Henry Oswald
2018-12-10 21:42:14 +00:00
parent 30368dd8b9
commit b8f3fbd1cf
6 changed files with 6 additions and 6 deletions

View File

@@ -19,4 +19,4 @@ COPY --from=app /app /app
WORKDIR /app
USER node
CMD ["node","app.js"]
CMD ["node", "--expose-gc", "app.js"]