Skip to content

Commit a2841e8

Browse files
committed
RM-3709: fix liquibase Dockerfile
1 parent 12eeb45 commit a2841e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server-db/src/main/resources/db/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ COPY changelog/changes ./db/changelog/changes
1212

1313
COPY liquibase.properties.docker ./liquibase.properties
1414

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

0 commit comments

Comments
 (0)