diff options
| author | crupest <crupest@outlook.com> | 2022-12-01 21:11:28 +0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-01 21:11:28 +0800 | 
| commit | 8cd7fef89d0df2742bc777e8ea1efb10aea7c81e (patch) | |
| tree | b654b71e62000af9d564706af037d3126efbf5e6 /docker/crupest-nginx | |
| parent | af0ca34fc81fc0f2725dbace77430c4020159ba0 (diff) | |
| download | crupest-8cd7fef89d0df2742bc777e8ea1efb10aea7c81e.tar.gz crupest-8cd7fef89d0df2742bc777e8ea1efb10aea7c81e.tar.bz2 crupest-8cd7fef89d0df2742bc777e8ea1efb10aea7c81e.zip  | |
Update Dockerfile to use alpine for node.
Diffstat (limited to 'docker/crupest-nginx')
| -rw-r--r-- | docker/crupest-nginx/Dockerfile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/crupest-nginx/Dockerfile b/docker/crupest-nginx/Dockerfile index 87ce1f7..e14e939 100644 --- a/docker/crupest-nginx/Dockerfile +++ b/docker/crupest-nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM node:latest AS build-www +FROM node:current-alpine AS build-www  RUN npm install -g pnpm  COPY sites/www /sites/www  WORKDIR /sites/www  | 
