Use alpine for node in Containerfile for release
This commit is contained in:
parent
44373dd2e2
commit
7c6bed5fbf
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# We use node:latest as the base image.
|
# We use node:latest as the base image.
|
||||||
# Essentially we build the frontend SPA with vite and
|
# Essentially we build the frontend SPA with vite and
|
||||||
# make it available in the public directory.
|
# make it available in the public directory.
|
||||||
FROM docker.io/node:latest as client
|
FROM docker.io/node:alpine as client
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
ADD client-solid /build
|
ADD client-solid /build
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
Loading…
Reference in a new issue