mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Fix path in migrator image
This commit is contained in:
parent
23b5a80391
commit
c394b08b8a
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ RUN apt-get update; \
|
||||||
apt-get install -y --no-install-recommends libssl1.1
|
apt-get install -y --no-install-recommends libssl1.1
|
||||||
WORKDIR app
|
WORKDIR app
|
||||||
COPY --from=builder /app/bin/sqlx /app
|
COPY --from=builder /app/bin/sqlx /app
|
||||||
COPY ./collab/migrations /app/migrations
|
COPY ./crates/collab/migrations /app/migrations
|
||||||
ENTRYPOINT ["/app/sqlx", "migrate", "run"]
|
ENTRYPOINT ["/app/sqlx", "migrate", "run"]
|
||||||
|
|
Loading…
Reference in a new issue