Compare commits

..

2 Commits

Author SHA1 Message Date
Alf Sebastian Houge
f1a7a053f4 Merge pull request #70 from AlfHou/AlfHou-patch-1
Update Dockerfile
2023-07-20 12:59:11 +02:00
Alf Sebastian Houge
359f35c53f Update Dockerfile 2023-07-20 12:59:01 +02:00

View File

@@ -11,6 +11,7 @@ RUN go build -o ./app ./main.go
FROM node:16-alpine as build-stage
WORKDIR /app
USER node
COPY ./ui/package*.json ./
RUN apk add --no-cache autoconf automake build-base
RUN npm install