mirror of
https://github.com/usememos/memos.git
synced 2024-12-26 23:22:47 +08:00
chore: restore dockerfile (#841)
This commit is contained in:
parent
e52d77b2c4
commit
ef8981794e
1 changed files with 1 additions and 3 deletions
|
@ -4,9 +4,7 @@ WORKDIR /frontend-build
|
|||
|
||||
COPY ./web/ .
|
||||
|
||||
RUN npm config rm proxy
|
||||
RUN npm config rm https-proxy
|
||||
RUN yarn install --no-lockfile
|
||||
RUN yarn
|
||||
RUN yarn build
|
||||
|
||||
# Build backend exec file.
|
||||
|
|
Loading…
Reference in a new issue