felicity-lims/frontend/Dockerfile

6 lines
81 B
Text
Raw Normal View History

2021-01-06 19:52:14 +08:00
FROM node:latest
ENV HOST 0.0.0.0
COPY ./vite /app
WORKDIR /app
RUN yarn install