Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Inlustra committed Jul 27, 2021
1 parent bd3e207 commit 1a56e90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ ENTRYPOINT ["/usr/bin/dumb-init", "--"]

ENV NODE_ENV=production

CMD su-exec ${PUID}:${PGID} yarn node dist/index.js
CMD su-exec ${PUID}:${PGID} yarn node dist/server/index.js
# CMD ls -lash /opt/prod /opt/prod/packages /opt/prod/packages/core /opt/prod/packages/core/dist
8 changes: 7 additions & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@
"composite": true
},
"exclude": ["dist", ".next", "out", "next.config.js"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "types.graphql.ts"],
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
"types.graphql.ts",
"**/*.json"
],
"references": [
{ "path": "../common" },
{ "path": "../connectors" },
Expand Down

0 comments on commit 1a56e90

Please sign in to comment.