Compare commits
2 commits
da4f5cbb13
...
fb42380f9c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
fb42380f9c | ||
![]() |
7c6bed5fbf |
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# We use node:latest as the base image.
|
||||
# Essentially we build the frontend SPA with vite and
|
||||
# make it available in the public directory.
|
||||
FROM docker.io/node:latest as client
|
||||
FROM docker.io/node:alpine as client
|
||||
WORKDIR /build
|
||||
ADD client-solid /build
|
||||
RUN npm install
|
||||
|
|
Loading…
Reference in a new issue