Skip to content
Snippets Groups Projects
Commit 0e6faa37 authored by Sky Brewer's avatar Sky Brewer
Browse files

fix mui key in prod

parent 880abeb1
No related branches found
No related tags found
2 merge requests!612Release 5.0.0,!562CE-3339: Add vite
Pipeline #205115 passed
......@@ -9,7 +9,7 @@ RUN npm ci
ENV PUBLIC_URL "/"
ENV REACT_APP_LOGIN_METHOD "STD"
RUN REACT_APP_MUI_PRO_LICENSE_KEY=${REACT_APP_MUI_PRO_LICENSE_KEY} npm run build
RUN VITE_APP_MUI_PRO_LICENSE_KEY=${REACT_APP_MUI_PRO_LICENSE_KEY} npm run build
# production environment
FROM nginx:1.19.6-alpine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment