Update REACT_APP_ENDPOINT

This commit is contained in:
Santiago Lo Coco 2023-11-04 22:39:48 -03:00
parent c227eda7c9
commit 157636898e
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ COPY package.json .
COPY package-lock.json .
RUN npm install
ENV REACT_APP_ENDPOINT "http://127.0.0.1:5001/"
COPY . .
RUN chmod +x /app/test.sh
ENTRYPOINT ["/app/test.sh"]

View File

@ -4,6 +4,8 @@ COPY package.json .
COPY package-lock.json .
RUN npm install
ENV REACT_APP_ENDPOINT "http://127.0.0.1:5001/"
COPY . .
RUN chmod +x /app/test.sh
ENTRYPOINT ["/app/test.sh"]