possibly fix audio issues

merge-requests/1/head
Julius de Jeu 2019-06-09 19:46:53 +02:00
parent e8d1a978a2
commit 32a2782b16
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ COPY . /app
WORKDIR /app
RUN ./gradlew bootJar
FROM openjdk:8-jre-alpine
FROM openjdk:8-jre-stretch
COPY --from=build /app/build/libs/ottobot.jar /otto.jar