Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 355739a966 | |||
| 71bbd6b443 | |||
| 6e59156c24 | |||
| d786e1ad08 | |||
| bb0dc22630 | |||
| d81701c4fa | |||
| c4f5d93b8b | |||
| 6132aa36af | |||
| 49cc485866 | |||
| 4ed813cd2e | |||
| 9bcc2cc2a0 | |||
| d3d8cc268d | |||
| 62dcf663ff | |||
| b016dadb9d | |||
| b962565ed6 | |||
| 20b0e246fd | |||
| f1a7a053f4 | |||
| 359f35c53f | |||
| ea3423d32a | |||
| 6542a3bb28 | |||
| 35d2f1ca0b | |||
| 565d5701be |
+2
-1
@@ -12,7 +12,8 @@ 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
|
||||
RUN apk add --no-cache autoconf automake build-base nasm libc6-compat python3 py3-pip make g++ libpng-dev zlib-dev pngquant
|
||||
|
||||
RUN npm install
|
||||
COPY ./ui .
|
||||
RUN npm run build
|
||||
|
||||
@@ -63,8 +63,6 @@
|
||||
"eslint-plugin-vue": "^9.9.0",
|
||||
"express": "^4.18.2",
|
||||
"hygen": "^6.2.11",
|
||||
"imagemin-lint-staged": "^0.5.1",
|
||||
"lint-staged": "^13.1.1",
|
||||
"markdownlint-cli": "^0.33.0",
|
||||
"npm-run-all": "^4.1.1",
|
||||
"sass": "^1.58.0",
|
||||
|
||||
Reference in New Issue
Block a user