Skip to content

Commit

Permalink
fix: update rockcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklikas committed Jan 9, 2024
1 parent 42f47df commit c595939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 @@ -36,7 +36,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 c595939

Please sign in to comment.