Skip to content

Commit

Permalink
Merge branch 'RM-3709-fix-liquibase' into 'master'
Browse files Browse the repository at this point in the history
RM-3709: fix liquibase Dockerfile

See merge request cdoc2/cdoc2-capsule-server!60
  • Loading branch information
mir-jalal committed Nov 28, 2024
2 parents 12eeb45 + a2841e8 commit a900135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-db/src/main/resources/db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ COPY changelog/changes ./db/changelog/changes

COPY liquibase.properties.docker ./liquibase.properties

CMD ["liquibase", "--url=$DB_URL", "--username=$DB_USER", "--password=${DB_PASSWORD}", "update"]
CMD ["sh", "-c", "liquibase --url=$DB_URL --username=${DB_USER} --password=${DB_PASSWORD} update"]

0 comments on commit a900135

Please sign in to comment.