environment fix

This commit is contained in:
GotPPay
2018-07-26 19:55:40 +02:00
parent 688cb1ad59
commit 09a2be6be8
4 changed files with 23 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
FROM php:7.0-apache
ARG API_URL
ENV REACT_APP_API_URL ${API_URL}