Skip to content

Commit

Permalink
fix: update rockcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklikas authored and shipperizer committed Apr 5, 2024
1 parent cd8df77 commit b9b1a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/login-ui/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platforms:
services:
login-ui:
override: replace
command: /usr/bin/identity-platform-login-ui
command: /usr/bin/identity-platform-login-ui serve
startup: enabled

parts:
Expand All @@ -37,7 +37,7 @@ parts:
- git
override-build: |
make npm-build build
install -D -m755 cmd/app ${CRAFT_PART_INSTALL}/opt/identity-platform-login-ui/bin/app
install -D -m755 app ${CRAFT_PART_INSTALL}/opt/identity-platform-login-ui/bin/app
organize:
opt/identity-platform-login-ui/bin/app: usr/bin/identity-platform-login-ui
stage-packages:
Expand Down

0 comments on commit b9b1a10

Please sign in to comment.