Use new env var

This commit is contained in:
Eric Bailey
2025-01-09 12:20:43 -06:00
parent 2eb19981ba
commit 19fc4535b2
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ RUN yarn
COPY . /app
CMD ["pwd"]
CMD ["yarn", "web"]
CMD ["$APPVIEW_PROXY", "yarn", "web"]