initial launch

This commit is contained in:
2025-02-23 20:26:16 -06:00
parent 12101ce409
commit 5ad6f7d10e
3 changed files with 23 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ FROM base AS api
WORKDIR api
COPY ./.prod/api .
EXPOSE 3000
CMD ["node", "dist/main.js"]
ENTRYPOINT ["tail", "-f", "/dev/null"]
FROM base AS app
WORKDIR /app