Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
fish bash execution problem
  • Loading branch information
brakmic authored Jun 27, 2023
1 parent e2b2953 commit ae78ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ ENV KEYCLOAK_ADMIN_PASSWORD=password
EXPOSE 8080
WORKDIR /opt/keycloak
ENTRYPOINT [ "bash" ]
CMD ["-c", "./bin/kc.sh start-dev"]
CMD ["./bin/kc.sh", "start-dev"]

0 comments on commit ae78ec0

Please sign in to comment.