Adjust port numbers

This commit is contained in:
zontreck 2025-02-10 03:18:05 -07:00
parent d190f7b96b
commit 80b4136206
2 changed files with 4 additions and 2 deletions

View file

@ -4,6 +4,7 @@ USER root
WORKDIR /root
ENV BASH_ENV /root/.bash_env
ENV API_URL http://localhost:8332
RUN touch "${BASH_ENV}"
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | PROFILE="${BASH_ENV}" bash
@ -16,7 +17,8 @@ WORKDIR /app/explorer
RUN npm install
EXPOSE 80
EXPOSE 5000
WORKDIR /
ADD ./entrypoint.sh /entrypoint.sh
RUN chmod +x entrypoint.sh

View file

@ -3,4 +3,4 @@
cd /app/explorer
source ~/.nvm/nvm.sh
npm start
npm run dev-server