mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated dockerfile
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /go/src/app
|
||||
COPY ./backend .
|
||||
|
||||
ENV GO111MODULE on
|
||||
ENV GOPROXY https://goproxy.io
|
||||
#ENV GOPROXY https://goproxy.io
|
||||
|
||||
RUN go mod tidy \
|
||||
&& go install -v ./...
|
||||
@@ -13,6 +13,7 @@ FROM node:12 AS frontend-build
|
||||
|
||||
ADD ./frontend /app
|
||||
WORKDIR /app
|
||||
RUN rm /app/.npmrc
|
||||
|
||||
# install frontend
|
||||
#RUN npm config set unsafe-perm true
|
||||
|
||||
Reference in New Issue
Block a user