Skip to content

Commit

Permalink
Bugfix: Generated docker image & integration tests are both working
Browse files Browse the repository at this point in the history
  • Loading branch information
tangkevkev committed Mar 6, 2024
1 parent 607f4b7 commit cd4473d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/src/main/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ RUN chmod -R g+rwx /opt/keycloak
USER 1000
WORKDIR /opt/keycloak
ENTRYPOINT ["/opt/keycloak/bin/kc-with-setup.sh"]
CMD start
CMD ["start"]

0 comments on commit cd4473d

Please sign in to comment.