mirror of
https://github.com/usememos/memos.git
synced 2024-11-28 05:53:14 +03:00
chore: update dockerfile (#838)
This commit is contained in:
parent
50811c3064
commit
d702eaa625
@ -4,7 +4,9 @@ WORKDIR /frontend-build
|
||||
|
||||
COPY ./web/ .
|
||||
|
||||
RUN yarn
|
||||
RUN npm config rm proxy
|
||||
RUN npm config rm https-proxy
|
||||
RUN yarn install --no-lockfile
|
||||
RUN yarn build
|
||||
|
||||
# Build backend exec file.
|
||||
|
Loading…
Reference in New Issue
Block a user