| ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk update && apk upgrade # buildkit |
| RUN /bin/sh -c apk add bash nginx nodejs npm git # buildkit |
| COPY src/nginx.conf /etc/nginx/http.d/default.conf # buildkit |
| RUN /bin/sh -c mkdir /app # buildkit |
| WORKDIR /app |
| RUN /bin/sh -c git clone https://git.lycaknight.de/lycaknight/portfolio.git /app # buildkit |
| RUN /bin/sh -c npm install && npm run build # buildkit |
| CMD ["/bin/bash" "-c" "nginx -g 'daemon off;'"] |
| EXPOSE &{[{{15 0} {15 0}}] 0xc000593700} |