FROM node:12.22.1-alpine RUN apk update && apk add git && \ git clone -b v2.2.6 https://github.com/open5gs/open5gs.git WORKDIR /open5gs/webui RUN npm install && \ npm run build CMD npm run start EXPOSE 3000