migrations
All checks were successful
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Successful in 15m50s

This commit is contained in:
2025-07-29 12:15:15 -04:00
parent f0f8a399d7
commit fd1a88bd9f
3 changed files with 4 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ WORKDIR /app
COPY --from=frontend /frontend/dist /app/dist
COPY --from=backend /backend/app /app/app
ADD backend/migrations /app/migrations
EXPOSE 8000
ENTRYPOINT ["/app/app"]