fix build
All checks were successful
Build and push image / build-containers (push) Successful in 1m51s

This commit is contained in:
2025-07-23 09:40:29 +02:00
parent 25dfefccb0
commit 15ea503d2e

View File

@ -16,7 +16,7 @@ FROM node:lts-alpine AS frontend-build
WORKDIR /app WORKDIR /app
COPY packages/sshecret-frontend/ . COPY packages/sshecret-frontend/ .
RUN npm install RUN npm install
RUN npm build RUN npm run build
FROM python:3.13-slim-bookworm FROM python:3.13-slim-bookworm