Fix
This commit is contained in:
parent
967f472ec2
commit
1aaec5c8b9
@ -12,7 +12,7 @@ RUN apt update -y
|
||||
RUN apt install -y make
|
||||
|
||||
# Make jar
|
||||
COPY . .
|
||||
COPY . /usr/src/app
|
||||
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