Skip to content

Commit cd305d5

Browse files
doomsowerdoomsower
andauthored
fix: copy migrations path (#47)
Co-authored-by: doomsower <K.Kyznetcov@gmail.com>
1 parent 0e429e3 commit cd305d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.migrate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update \
88

99
RUN curl -L "https://github.com/golang-migrate/migrate/releases/download/v${MIGRATE_VERSION}/migrate.${MIGRATE_PLATFORM}.tar.gz" | tar -xvz --directory / migrate
1010

11-
COPY migrations /
11+
COPY migrations /migrations
1212
COPY docker/3eye-migrate.sh /
1313

1414
ENTRYPOINT ["/3eye-migrate.sh"]

0 commit comments

Comments
 (0)