from node

WORKDIR /app/

COPY tienda_ilusion/don_confiao/frontend/don-confiao/package.json /app/

RUN npm install

CMD ["npm", "run", "dev"]