updating docker compose

This commit is contained in:
2025-12-29 23:07:30 -06:00
parent f3c7fb8853
commit 976574c6ac
3 changed files with 4 additions and 9 deletions

View File

@@ -9,10 +9,8 @@ WORKDIR api
RUN npm ci
WORKDIR /
COPY ./api/entrypoint.sh ./app/entrypoint.sh
RUN chmod +x ./app/entrypoint.sh
EXPOSE 3000
# CMD ["./app/entrypoint.sh"]
ENTRYPOINT ["tail", "-f", "/dev/null"]
CMD ["node", "./app/api/dist/main.js"]
# ENTRYPOINT ["tail", "-f", "/dev/null"]