You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
orario/Dockerfile

9 lines
83 B
Docker

2 years ago
FROM node:18
WORKDIR /app
2 years ago
COPY . ./
RUN npm install
CMD ["npm", "run", "build"]