Skip to content

Commit

Permalink
Merge pull request #78 from AlfHou/AlfHou-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
AlfHou authored Jul 21, 2023
2 parents 6e59156 + 71bbd6b commit 355739a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN go mod download
COPY ./server .
RUN go build -o ./app ./main.go

FROM node:18-alpine as build-stage
FROM node:16-alpine as build-stage
WORKDIR /app
COPY ./ui/package*.json ./
RUN apk add --no-cache autoconf automake build-base nasm libc6-compat python3 py3-pip make g++ libpng-dev zlib-dev pngquant
Expand Down

0 comments on commit 355739a

Please sign in to comment.