chore: update backend port to 5008 and frontend to 3008
This commit is contained in:
@@ -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" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user