External volumes for docker
All checks were successful
Production deployment / Build (push) Successful in 2m29s
Production deployment / Deploying (push) Successful in 19s

This commit was merged in pull request #4.
This commit is contained in:
2023-09-10 00:22:15 +02:00
parent faf61e2b3b
commit 7c930d3020
2 changed files with 1 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ LABEL authors="skydust"
WORKDIR /app
COPY --from=builder /app/build/libs/JdrBot-all.jar /app/JdrBot.jar
COPY Songs /app/Songs
COPY start.sh /app
CMD ["/bin/bash","./start.sh"]