Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49cc485866 | ||
|
|
4ed813cd2e | ||
|
|
9bcc2cc2a0 | ||
|
|
d3d8cc268d | ||
|
|
62dcf663ff | ||
|
|
b016dadb9d | ||
|
|
b962565ed6 | ||
|
|
20b0e246fd | ||
|
|
f1a7a053f4 | ||
|
|
359f35c53f |
@@ -12,7 +12,7 @@ RUN go build -o ./app ./main.go
|
||||
FROM node:16-alpine as build-stage
|
||||
WORKDIR /app
|
||||
COPY ./ui/package*.json ./
|
||||
RUN apk add --no-cache autoconf automake build-base
|
||||
RUN apk add --no-cache autoconf automake build-base nasm libc6-compat python3 py3-pip make g++ libpng-dev zlib-dev
|
||||
RUN npm install
|
||||
COPY ./ui .
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user