This commit is contained in:
cătălin 2024-12-17 17:09:43 +01:00
commit f8876c03fc
No known key found for this signature in database
45 changed files with 1707 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"]