Skip to content

Commit

Permalink
[DOP-4334]: Update ondemand app
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Feb 26, 2024
1 parent 3d90bfc commit dc311ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ RUN mkdir repos && chmod 755 repos

EXPOSE 3000

CMD ["node", "--inspect-brk=0.0.0.0", "--enable-source-maps", "dist/entrypoints/onDemandApp.js"]
CMD ["node", "--inspect-brk=0.0.0.0", "--enable-source-maps", "onDemandApp.js"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clean": "node maintain.js",
"build": "tsc",
"build:esbuild:cacheUpdater": "esbuild src/cache-updater/index.ts --bundle --platform=node --outdir=./dist/ --allow-overwrite --sourcemap",
"build:esbuild": "esbuild src/onDemandApp.ts --bundle --platform=node --outdir=./dist/entrypoints --allow-overwrite --sourcemap",
"build:esbuild": "esbuild src/onDemandApp.ts --bundle --platform=node --outdir=./ --allow-overwrite --sourcemap",
"format": "npm run prettier -- --check",
"format:fix": "npm run prettier -- --write",
"lint": "eslint --ext .ts .",
Expand Down

0 comments on commit dc311ef

Please sign in to comment.