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 source code
|
||||||
COPY src/ src/
|
COPY src/ src/
|
||||||
|
|
||||||
|
# Copy migrations
|
||||||
|
COPY migrations/ migrations/
|
||||||
|
|
||||||
# Copy frontend build output
|
# Copy frontend build output
|
||||||
COPY --from=frontend-build /app/public/ public/
|
COPY --from=frontend-build /app/public/ public/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user