This commit is contained in:
cătălin 2024-12-17 17:07:23 +01:00
commit 91f81cadbe
No known key found for this signature in database
43 changed files with 1703 additions and 1105 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"]