Skip to content

Commit

Permalink
fix(ci): issue with build step
Browse files Browse the repository at this point in the history
  • Loading branch information
balzdur committed Jan 3, 2024
1 parent 85dc7b4 commit 6c24d5b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.10.0
pnpm 8.13.1
pnpm 8.14.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ ENV PORT=8080
COPY --from=build /prod/app-builder /prod/app-builder
WORKDIR /prod/app-builder
EXPOSE 8080
CMD [ "pnpm", "exec", "remix-serve", "build"]
CMD [ "pnpm", "start"]
2 changes: 1 addition & 1 deletion packages/app-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dev": "dotenv -e .env.local -- remix dev",
"build": "remix build",
"build-with-sourcemaps": "remix build --sourcemap && sentry-upload-sourcemaps --org checkmarble --project marble-frontend",
"start": "remix start",
"start": "remix-serve build/index.js",
"generate-routes": "source scripts/generateRoutes.sh && tsx scripts/generateRoutes.ts"
},
"author": "",
Expand Down
2 changes: 2 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c24d5b

Please sign in to comment.