Update REACT_APP_ENDPOINT
This commit is contained in:
parent
c227eda7c9
commit
157636898e
|
@ -4,6 +4,8 @@ COPY package.json .
|
||||||
COPY package-lock.json .
|
COPY package-lock.json .
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
|
ENV REACT_APP_ENDPOINT "http://127.0.0.1:5001/"
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN chmod +x /app/test.sh
|
RUN chmod +x /app/test.sh
|
||||||
ENTRYPOINT ["/app/test.sh"]
|
ENTRYPOINT ["/app/test.sh"]
|
|
@ -4,6 +4,8 @@ COPY package.json .
|
||||||
COPY package-lock.json .
|
COPY package-lock.json .
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
|
ENV REACT_APP_ENDPOINT "http://127.0.0.1:5001/"
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN chmod +x /app/test.sh
|
RUN chmod +x /app/test.sh
|
||||||
ENTRYPOINT ["/app/test.sh"]
|
ENTRYPOINT ["/app/test.sh"]
|
||||||
|
|
Loading…
Reference in New Issue