Update REACT_APP_ENDPOINT
This commit is contained in:
parent
c227eda7c9
commit
157636898e
|
@ -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"]
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue