Merge branch 'feature/workflow' of http://116.204.74.41:3000/red-future/admin-ui into feature/workflow

This commit is contained in:
2026-05-12 17:19:45 +08:00

View File

@@ -11,6 +11,6 @@ RUN npm install --registry=https://registry.npmmirror.com
COPY . .
EXPOSE 8888
EXPOSE 8080
CMD ["npm", "run", "dev"]