mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 00:42:59 +08:00
5 lines
81 B
Docker
5 lines
81 B
Docker
FROM node:latest
|
|
ENV HOST 0.0.0.0
|
|
COPY ./vite /app
|
|
WORKDIR /app
|
|
RUN yarn install
|