mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Update Dockerfile.build
This commit is contained in:
parent
ed4de7150a
commit
b518fc22f3
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
FROM openjdk:8-jdk-alpine
|
||||
WORKDIR /build
|
||||
CMD [ "./build.sh" ]
|
||||
RUN apk add bash
|
||||
COPY build.sh .
|
||||
|
|
Loading…
Reference in a new issue