Files
2023-02-10 10:37:13 -05:00

8 lines
64 B
Docker

FROM node
COPY . .
RUN npm install
CMD ["npm", "run", "dev"]