mirror of
https://github.com/certctl-io/certctl.git
synced 2026-09-04 12:11:25 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc6eec3608 | ||
|
|
86fb140414 |
@@ -5,11 +5,8 @@ FROM node:20-alpine AS frontend
|
||||
|
||||
WORKDIR /app/web
|
||||
|
||||
COPY web/package.json web/package-lock.json ./
|
||||
RUN npm ci
|
||||
|
||||
COPY web/ .
|
||||
RUN npm run build
|
||||
RUN npm ci --include=dev && npm run build
|
||||
|
||||
# Stage 2: Build Go binary
|
||||
FROM golang:1.25-alpine AS builder
|
||||
|
||||
Reference in New Issue
Block a user