Gradle stuff

This commit is contained in:
2020-10-28 02:01:16 +01:00
parent c3fc6a4e88
commit cd9fdd28e8
3 changed files with 4 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ RUN chown -R $APPLICATION_USER /app
USER $APPLICATION_USER
COPY --from=jdkbuilder /myjdk /myjdk
COPY simplenotes-app/build/libs/app-*-all.jar /app/simplenotes.jar
COPY simplenotes-app/build/libs/simplenotes-app-with-dependencies*.jar /app/simplenotes.jar
WORKDIR /app
CMD [ \