mirror of
https://github.com/usememos/memos.git
synced 2025-10-22 04:06:33 +08:00
chore: update dockerfile (#838)
This commit is contained in:
parent
50811c3064
commit
d702eaa625
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue