added webserver to docker build
This commit is contained in:
		| @@ -7,4 +7,7 @@ RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@8 | ||||
| RUN mkdir /pnpm && pnpm config set store-dir /pnpm && pnpm i | ||||
|  | ||||
| COPY . . | ||||
| RUN pnpm build | ||||
| RUN pnpm build | ||||
|  | ||||
| FROM registry.odit.services/library/nginx-brotli:3.15 as final | ||||
| COPY --from=build /app/dist /usr/share/nginx/html | ||||
		Reference in New Issue
	
	Block a user