This commit is contained in:
cătălin 2024-12-17 17:13:12 +01:00
commit 7e68fc7952
No known key found for this signature in database
45 changed files with 1712 additions and 1109 deletions

View file

@ -36,4 +36,8 @@ COPY --chown=$USERNAME src/ src/
FROM base AS serve
CMD ["make", "serve"]
CMD ["make", "serve"]
FROM base AS migrate
CMD ["make", "migrate"]