mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
added NGINX
This commit is contained in:
parent
670fe30eea
commit
5c7722f517
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
||||||
FROM ubuntu:22.04
|
FROM ubuntu:22.04
|
||||||
RUN apt update && apt install git -y
|
RUN apt update && apt install git -y
|
||||||
RUN apt-get install openjdk-17-jdk -y
|
RUN apt-get install nginx -y
|
||||||
RUN git clone https://github.com/Cloud-and-devops-notes/spring-petclinic-jenkins.git
|
# RUN git clone https://github.com/Cloud-and-devops-notes/spring-petclinic-jenkins.git
|
||||||
RUN cd spring-petclinic-jenkins
|
# RUN cd spring-petclinic-jenkins
|
||||||
|
EXPOSE 80
|
||||||
CMD ["sleep","1d"]
|
CMD ["sleep","1d"]
|
Loading…
Reference in a new issue