Copy shared sources into client Docker build
This commit is contained in:
@@ -7,6 +7,7 @@ COPY package.json package-lock.json ./
|
|||||||
RUN npm ci
|
RUN npm ci
|
||||||
COPY index.html vite.config.js ./
|
COPY index.html vite.config.js ./
|
||||||
COPY src/web ./src/web
|
COPY src/web ./src/web
|
||||||
|
COPY src/shared ./src/shared
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
FROM ${RUNTIME_IMAGE}
|
FROM ${RUNTIME_IMAGE}
|
||||||
|
|||||||
Reference in New Issue
Block a user