chore: update backend port to 5008 and frontend to 3008

This commit is contained in:
Kailasdevdas
2026-04-23 13:30:11 +05:30
parent 39e5590dd8
commit bb98ddf514
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ COPY ./backend .
COPY ./docker/entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh
EXPOSE 5000
EXPOSE 5008
ENTRYPOINT [ "entrypoint.sh" ]