Skip to content

Commit

Permalink
Merge pull request #66 from Rajdip019/dashboard-setup
Browse files Browse the repository at this point in the history
Dashboard setup
  • Loading branch information
Rajdip019 authored Jul 25, 2024
2 parents 5bd29b1 + 7f51413 commit 698cca3
Show file tree
Hide file tree
Showing 12 changed files with 296 additions and 81 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
**/values.dev.yaml
/bin
/target
/ui
LICENSE
README.md
6 changes: 3 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ check-private-key:
fi

# Target to run the server using Docker Compose with --build option
.PHONY: run-server
.PHONY: build-run-server
build-run-server: setup
docker-compose up --build
docker compose up --build

# Target to run the server using Docker Compose without --build option
.PHONY: run-server
run-server: setup
docker-compose up
docker compose up

# Target to build the ui / next app using npm i
.PHONY: build-ui
Expand Down
Binary file added src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 698cca3

Please sign in to comment.