Compare commits

...

1 Commits

Author SHA1 Message Date
15ea503d2e fix build
All checks were successful
Build and push image / build-containers (push) Successful in 1m51s
2025-07-23 09:40:29 +02:00

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