felicity-lims/Dockerfile.frontend-prod

6 lines
94 B
Text
Raw Normal View History

2021-10-17 23:31:14 +08:00
FROM node:latest
ENV HOST 0.0.0.0
COPY ./vite /app
WORKDIR /app
RUN yarn install & yarn build