environment fix
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM php:7.0-apache
|
||||
|
||||
ARG API_URL
|
||||
ENV REACT_APP_API_URL ${API_URL}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,4 +1,5 @@
|
||||
FROM php:7.0-apache
|
||||
|
||||
ARG API_URL
|
||||
ENV REACT_APP_API_URL ${API_URL}
|
||||
|
||||
|
||||