Skip to content

Commit

Permalink
fix: frontend build (#157)
Browse files Browse the repository at this point in the history
* ok

* test

* fix start frontend

* fix start frontend

* Fix

* temp

* update port
  • Loading branch information
hughcrt authored Mar 30, 2024
1 parent 6f4a6b6 commit 61adba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-push-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Docker Images, Push to Registry, and Deploy

on:
push
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@lunary/frontend",
"main": "pages/index.ts",
"scripts": {
"start": "npm run load-env && next start -p 8080",
"start": "npm run load-env && next start -H 0.0.0.0 -p 8080",
"dev": "next dev -p 8080",
"build": "rm -rf .next && next build",
"load-env": "bash ./load-env.sh"
Expand Down

0 comments on commit 61adba5

Please sign in to comment.