Skip to content

Commit

Permalink
Update Dockerfile.db to use liquibase image from registry.openanalyti…
Browse files Browse the repository at this point in the history
…cs.eu/library/liquibase:latest
  • Loading branch information
sberberovic committed Mar 21, 2023
1 parent f18163a commit 6eba068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile.db
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM registry.openanalytics.eu/library/liquibase:latest
ADD src/main/resources/db/changelog /liquibase/changelog
CMD ["sh", "-c", "docker-entrypoint.sh --url=${DB_URL} --username=${DB_USERNAME} --password=${DB_PASSWORD} --defaultSchemaName=${DB_SCHEMA} --classpath=/liquibase/changelog --changeLogFile=db.changelog-master.yaml update"]
CMD ["sh", "-c", "docker-entrypoint.sh --url=${DB_URL} --username=${DB_USERNAME} --password=${DB_PASSWORD} --defaultSchemaName=${DB_SCHEMA} --classpath=/liquibase/changelog --changeLogFile=db.changelog-master.yaml update"]

0 comments on commit 6eba068

Please sign in to comment.