fix build
All checks were successful
Build and push image / build-containers (push) Successful in 1m51s
All checks were successful
Build and push image / build-containers (push) Successful in 1m51s
This commit is contained in:
@ -16,7 +16,7 @@ FROM node:lts-alpine AS frontend-build
|
||||
WORKDIR /app
|
||||
COPY packages/sshecret-frontend/ .
|
||||
RUN npm install
|
||||
RUN npm build
|
||||
RUN npm run build
|
||||
|
||||
|
||||
FROM python:3.13-slim-bookworm
|
||||
|
||||
Reference in New Issue
Block a user