Update
This commit is contained in:
@ -11,4 +11,8 @@ RUN dpkg-reconfigure -f noninteractive tzdata
|
||||
RUN apt update -y
|
||||
RUN apt install -y make
|
||||
|
||||
# Make jar
|
||||
COPY . .
|
||||
RUN lein uberjar
|
||||
|
||||
Entrypoint ["make", "run"]
|
||||
|
Reference in New Issue
Block a user