We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12eeb45 + a2841e8 commit a900135Copy full SHA for a900135
server-db/src/main/resources/db/Dockerfile
@@ -12,4 +12,4 @@ COPY changelog/changes ./db/changelog/changes
12
13
COPY liquibase.properties.docker ./liquibase.properties
14
15
-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 commit comments