Skip to content

Commit

Permalink
Merge pull request #74 from AlfHou/AlfHou-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
AlfHou authored Jul 20, 2023
2 parents 9bcc2cc + 4ed813c commit 49cc485
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 @@ -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 nasm libc6-compat python3 py3-pip make g++
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
Expand Down

0 comments on commit 49cc485

Please sign in to comment.