mirror of https://gitlab.com/curben/blog
Use alpine image instead of ubuntu
https://hub.docker.com/_/node/ https://github.com/nodejs/docker-node#image-variants
This commit is contained in:
parent
c73967c47f
commit
718a093777
|
@ -1,4 +1,4 @@
|
|||
image: node:latest # Use latest version of Node.js
|
||||
image: node:alpine # Use latest version of Node.js on Alpine
|
||||
|
||||
test:
|
||||
cache: # add cache to 'node_modules' for speeding up builds
|
||||
|
|
Loading…
Reference in New Issue