Skip to content

Commit

Permalink
InShaAllah Driven Development
Browse files Browse the repository at this point in the history
  • Loading branch information
omranjamal committed Aug 20, 2024
1 parent 4ac7d5e commit 66ed07c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/jonogon-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN pnpm install
RUN pnpm build
RUN pnpm --filter=@jonogon/core --prod deploy pruned

FROM common AS production
FROM common

ENV NODE_ENV=production
COPY --from=build /app/pruned .

Expand Down
3 changes: 2 additions & 1 deletion apps/jonogon-core/railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"builder": "DOCKERFILE",
"watchPatterns": [
"src/**/*",
"package.json"
"package.json",
"Dockerfile"
],
"dockerfilePath": "Dockerfile"
},
Expand Down

0 comments on commit 66ed07c

Please sign in to comment.