Add env to Dockerfile.dev

This commit is contained in:
Eric Bailey
2025-01-09 12:38:07 -06:00
parent 19fc4535b2
commit cea35fafd5
+3 -2
View File
@@ -12,5 +12,6 @@ RUN yarn
COPY . /app
CMD ["pwd"]
CMD ["$APPVIEW_PROXY", "yarn", "web"]
ENV APPVIEW_PROXY=${APPVIEW_PROXY}
CMD ["yarn", "web"]