FROM node:alpine RUN npm install -g live-server WORKDIR /app EXPOSE 8080 CMD ["live-server", ".", "--port=8080", "--host=0.0.0.0", "--no-browser"]