@hatk/hatk 0.0.1-alpha.6 → 0.0.1-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -848,7 +848,7 @@ COPY . .
|
|
|
848
848
|
RUN node_modules/.bin/hatk build
|
|
849
849
|
RUN npm prune --omit=dev
|
|
850
850
|
EXPOSE 3000
|
|
851
|
-
CMD ["node", "--max-old-space-size=
|
|
851
|
+
CMD ["node", "--max-old-space-size=512", "node_modules/@hatk/hatk/dist/main.js", "config.yaml"]
|
|
852
852
|
`);
|
|
853
853
|
const pkgDeps = { '@hatk/oauth-client': '*', hatk: '*' };
|
|
854
854
|
const pkgDevDeps = {
|