We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4f5d93 + d81701c commit bb0dc22Copy full SHA for bb0dc22
Dockerfile
@@ -9,7 +9,7 @@ RUN go mod download
9
COPY ./server .
10
RUN go build -o ./app ./main.go
11
12
-FROM node:16-alpine as build-stage
+FROM node:18-alpine as build-stage
13
WORKDIR /app
14
COPY ./ui/package*.json ./
15
RUN apk add --no-cache autoconf automake build-base nasm libc6-compat python3 py3-pip make g++ libpng-dev zlib-dev pngquant
0 commit comments