mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-08 10:38:56 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cc6eec3608 | |||
| 86fb140414 |
+1
-4
@@ -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