diff --git a/dockerfile b/dockerfile index 557b172..a61f6f7 100644 --- a/dockerfile +++ b/dockerfile @@ -11,7 +11,6 @@ RUN apt-get update && \ RUN npm i yarn -g - # Verify installations RUN mvn -v && \ node -v && \ @@ -22,4 +21,7 @@ RUN mvn -v && \ COPY . . RUN yarn -RUN yarn build-keycloak-theme \ No newline at end of file +RUN yarn build-keycloak-theme + +# Keep the container running +CMD ["tail", "-f", "/dev/null"]