remove obsolete config variables

This commit is contained in:
GotPPay
2018-07-30 16:20:51 +02:00
parent 6eb1cf5b39
commit 8bad650d23
2 changed files with 4 additions and 22 deletions

View File

@@ -1,10 +1,6 @@
FROM php:7.0-apache
ARG API_URL
ENV REACT_APP_API_URL=${API_URL}
ENV REACT_APP_TEST_URL ${API_URL}
ENV REACT_APP_PROD_URL ${APIP_URL}
ENV REACT_APP_DEV_URL ${API_URL}
ENV REACT_APP_API_URL ${API_URL}
RUN apt-get update && apt-get install -y git unzip gnupg
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -