Merge pull request #57 from Fashionscape/master

update master
This commit is contained in:
Alex Gryczewski 2022-11-13 11:10:35 -05:00 committed by GitHub
commit 98cc48a1e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ FROM openjdk:16
EXPOSE 8080 EXPOSE 8080
ENV ENVIRONMENT=PROD ENV ENVIRONMENT=PROD
ENV GOOGLE_APPLICATION_CREDENTIALS=/root/.fsbot/google_application_credentials.json
RUN mkdir /app RUN mkdir /app

View File

@ -10,7 +10,7 @@ plugins {
apply plugin: 'io.spring.dependency-management' apply plugin: 'io.spring.dependency-management'
group 'dev.salmonllama' group 'dev.salmonllama'
version '2.0.5' version '2.1.1'
sourceCompatibility = 16 sourceCompatibility = 16