chore: update dockerfile (#838)
This commit is contained in:
parent
50811c3064
commit
d702eaa625
@ -4,7 +4,9 @@ WORKDIR /frontend-build
|
|||||||
|
|
||||||
COPY ./web/ .
|
COPY ./web/ .
|
||||||
|
|
||||||
RUN yarn
|
RUN npm config rm proxy
|
||||||
|
RUN npm config rm https-proxy
|
||||||
|
RUN yarn install --no-lockfile
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
# Build backend exec file.
|
# Build backend exec file.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user