Add env to Dockerfile.dev
This commit is contained in:
+3
-2
@@ -12,5 +12,6 @@ RUN yarn
|
|||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
CMD ["pwd"]
|
ENV APPVIEW_PROXY=${APPVIEW_PROXY}
|
||||||
CMD ["$APPVIEW_PROXY", "yarn", "web"]
|
|
||||||
|
CMD ["yarn", "web"]
|
||||||
|
|||||||
Reference in New Issue
Block a user