Dockerized #1

Merged
bilal.catic merged 8 commits from dockerized into development 2018-06-13 12:44:00 +02:00
Showing only changes of commit a30229ff5e - Show all commits

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://legacy.wiaas.saburly.com
REACT_APP_DEV_URL=http://legacy.wiaas.saburly.com/api-wiaas
RUN apt-get update && apt-get install -y git unzip gnupg
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -