FROM node WORKDIR /frontend COPY . . RUN npm install EXPOSE 3000 CMD ["npm", "start"]