@ -17,8 +17,6 @@ RUN npm install
RUN npm run build
RUN [ "chmod", "+x", "/app/start.sh"]
EXPOSE 3000
CMD [ "/app/start.sh" ]
CMD [ "node", "/app/build" ]