Skip to content

Commit

Permalink
Merge pull request #4 from fbladilo/fix_entrypoint
Browse files Browse the repository at this point in the history
Fix entrypoint server dir
  • Loading branch information
gildub authored Feb 22, 2022
2 parents 7b7fee0 + 580263e commit ca253c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ fi
# # envsubst '${SSO_REALM} ${SSO_CLIENT_ID}' < ./build/keycloak.json.template > ./build/keycloak.json
# fi

cd server
cd pkg/server
exec node index.js

0 comments on commit ca253c3

Please sign in to comment.