Update dev client Dockerfile to use dev mode

This commit is contained in:
Alex Holliday
2024-10-25 11:56:49 +08:00
parent ca2c269047
commit b33faa568c

View File

@@ -8,7 +8,7 @@ RUN npm install
COPY ../../Client .
RUN npm run build
RUN npm run build-dev
RUN npm install -g serve