New focus
This commit is contained in:
parent
140570614e
commit
0354a36cef
@ -11,8 +11,4 @@ RUN dpkg-reconfigure -f noninteractive tzdata
|
|||||||
RUN apt update -y
|
RUN apt update -y
|
||||||
RUN apt install -y make
|
RUN apt install -y make
|
||||||
|
|
||||||
# Make jar
|
Entrypoint ["lein", "run"]
|
||||||
COPY . .
|
|
||||||
RUN lein uberjar
|
|
||||||
|
|
||||||
Entrypoint ["bash", "-c", "while :; do java -jar target/uberjar/isahn-1.0.2-standalone.jar; sleep 1; done"]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user