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 install -y make
|
||||
|
||||
# Make jar
|
||||
COPY . .
|
||||
RUN lein uberjar
|
||||
|
||||
Entrypoint ["bash", "-c", "while :; do java -jar target/uberjar/isahn-1.0.2-standalone.jar; sleep 1; done"]
|
||||
Entrypoint ["lein", "run"]
|
||||
|
Loading…
Reference in New Issue
Block a user