Update paths

This commit is contained in:
Andras Schmelczer 2025-07-12 19:53:58 +01:00
parent 43ad44d594
commit e7d11483d6
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
6 changed files with 9 additions and 511 deletions

View file

@ -8,9 +8,9 @@ RUN cargo install sqlx-cli
COPY . .
RUN sqlx database create --database-url sqlite://db.sqlite3
RUN sqlx migrate run --source sync_server/src/app_state/database/migrations --database-url sqlite://db.sqlite3
RUN sqlx migrate run --source sync-server/src/app_state/database/migrations --database-url sqlite://db.sqlite3
RUN cargo build --package sync_server --release --target x86_64-unknown-linux-musl
RUN cargo build --release --target x86_64-unknown-linux-musl
# Runtime image
FROM alpine:3.22.0