feat: dockerfile build add copy migrations files
This commit is contained in:
@@ -49,6 +49,9 @@ COPY Cargo.toml Cargo.lock build.rs ./
|
||||
# Copy source code
|
||||
COPY src/ src/
|
||||
|
||||
# Copy migrations
|
||||
COPY migrations/ migrations/
|
||||
|
||||
# Copy frontend build output
|
||||
COPY --from=frontend-build /app/public/ public/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user