mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 02:15:50 +00:00
Updated
This commit is contained in:
parent
c9afb425ff
commit
fed82984bd
1 changed files with 1 additions and 0 deletions
|
@ -9,3 +9,4 @@ RUN chgrp -R 0 /opt/app && \
|
||||||
chmod -R g=u /opt/app
|
chmod -R g=u /opt/app
|
||||||
USER spring:spring
|
USER spring:spring
|
||||||
ENTRYPOINT ["java","-jar","/opt/app/app.jar"]
|
ENTRYPOINT ["java","-jar","/opt/app/app.jar"]
|
||||||
|
EXPOSE 8080
|
||||||
|
|
Loading…
Reference in a new issue