felicity-lims/frontend/Dockerfile
Aurthur Musendame 861e96d836 inital commit
2021-01-06 13:52:14 +02:00

5 lines
81 B
Docker

FROM node:latest
ENV HOST 0.0.0.0
COPY ./vite /app
WORKDIR /app
RUN yarn install