Separated the cmdManager logic like PotatOS and added the version to gradle.properties
This commit was merged in pull request #10.
This commit is contained in:
@@ -9,7 +9,7 @@ WORKDIR /app
|
||||
|
||||
RUN apt update && apt install -y zabbix-sender && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=builder /app/build/libs/JdrBot-all.jar /app/JdrBot.jar
|
||||
COPY --from=builder /app/build/libs/JdrBot.jar /app/JdrBot.jar
|
||||
COPY start.sh /app
|
||||
|
||||
CMD ["/bin/bash","./start.sh"]
|
||||
Reference in New Issue
Block a user