Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfHou authored Jul 20, 2023
1 parent b962565 commit b016dad
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
RUN apk add --no-cache autoconf automake build-base nasm libc6-compat
RUN npm install
COPY ./ui .
RUN npm run build
Expand Down

0 comments on commit b016dad

Please sign in to comment.