Bump build script to v1.1.10

This commit is contained in:
Christopher Hoskin
2019-01-09 15:22:17 +00:00
parent 8a046ddf20
commit b9fe57757e
6 changed files with 6 additions and 6 deletions
+1 -1
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"]