diff --git a/Dockerfile b/Dockerfile index 2ff61cd..be3d4f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,10 +5,6 @@ RUN apk add nodejs npm WORKDIR /source COPY . . -WORKDIR /source/pkg/views -RUN npm install -RUN npm run build -WORKDIR /source RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -buildvcs -o /dist ./pkg/cmd/main.go # Runtime