Skip to content

Commit

Permalink
feat : updated Dockerfile-7
Browse files Browse the repository at this point in the history
  • Loading branch information
surjendu104 committed Feb 13, 2024
1 parent 2f534d6 commit ae60bc4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ RUN apt-get update && \
RUN apt-get clean && \
rm -rf /var/lib/apt/lists/*

RUN apt-get install -y openjdk-11-jre
RUN apt-get update && \
apt-get install -y openjdk-11-jre

RUN apt-get clean && \
rm -rf /var/lib/apt/lists/*

RUN service mongodb start
RUN sleep 5
EXPOSE 8080
Expand Down

0 comments on commit ae60bc4

Please sign in to comment.