From 405efda6c07e7cb051acc5740c82d250a5598f53 Mon Sep 17 00:00:00 2001 From: GotPPay Date: Tue, 12 Jun 2018 23:16:10 +0200 Subject: [PATCH] update DEV URL --- php.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.dockerfile b/php.dockerfile index 4d07938..5ab3524 100644 --- a/php.dockerfile +++ b/php.dockerfile @@ -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://localhost:8000/api-wiaas + REACT_APP_DEV_URL=http://legacy.wiaas.saburly.com RUN apt-get update && apt-get install -y git unzip gnupg RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -