without useradd

This commit is contained in:
Oleg Mykolaishyn 2021-03-26 01:47:49 +02:00
parent 24aa130fa7
commit a3569a5444

View file

@ -1,4 +1,4 @@
FROM java:8-jdk-alpine
WORKDIR /home/owlleg6/builds/
COPY petclinic.jar /home/spring-petclinic.jar
COPY ./petclinic.jar /home/spring-petclinic.jar
CMD ["java","-jar","/home/petclinic.jar"]