Skip to content

Commit

Permalink
Fix #171: Startup commands for the application must be updated in doc…
Browse files Browse the repository at this point in the history
…kerfile for production

Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Sep 21, 2023
1 parent e247bfe commit 08f1781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/docker/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ COPY resources/config/rbac_policy.csv /opt/bb-consent/api/config/

# start API
EXPOSE 80
ENTRYPOINT ["./app/bin/bb-consent-api", "-config", "config-production.json"]
ENTRYPOINT ["./app/bin/bb-consent-api", "start-api", "--config", "config-production.json"]

0 comments on commit 08f1781

Please sign in to comment.