@ -7,5 +7,5 @@ COPY package*.json ./
RUN npm install
COPY . .
EXPOSE 6000
EXPOSE 8000
CMD [ "npm", "start" ]