Skip to content

Commit

Permalink
added tail
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaa6i committed Aug 8, 2024
1 parent 87df3af commit 4ed1d6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN apt-get update && \

RUN npm i yarn -g


# Verify installations
RUN mvn -v && \
node -v && \
Expand All @@ -22,4 +21,7 @@ RUN mvn -v && \
COPY . .

RUN yarn
RUN yarn build-keycloak-theme
RUN yarn build-keycloak-theme

# Keep the container running
CMD ["tail", "-f", "/dev/null"]

0 comments on commit 4ed1d6c

Please sign in to comment.