working api

This commit is contained in:
Ubuntu
2018-06-19 12:06:54 +00:00
parent 4078de9b66
commit 007063c868
4 changed files with 19 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ FROM php:7.0-apache
ENV REACT_APP_TEST_URL=http://localhost:8000/api-wiaas \
REACT_APP_PROD_URL=http://localhost:8000/api-wiaas \
REACT_APP_DEV_URL=http://next.wiaas.saburly.com/api-wiaas
REACT_APP_DEV_URL=http://next.wiaas.saburly.com/api
RUN apt-get update && apt-get install -y git unzip gnupg
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -