源码: https://github.com/jakesgordon/javascript-snakes
FROM alpine AS build0
RUN apk add --no-cache git && \
git clone https://github.com/jakesgordon/javascript-snakes.git javascript-snakes && \
rm -rf /javascript-snakes/.git
FROM nginx:1.22-alpine
COPY --from=build0 /javascript-snakes /usr/share/nginx/html
docker build uscwifi/snakes-master .
docker run -d --name snakes-master -p 8100:80 uscwifi/snakes-master

Content type
Image
Digest
Size
42.3 MB
Last updated
over 4 years ago
docker pull uscwifi/snakes-master