mirror of
https://github.com/usememos/memos.git
synced 2024-12-27 15:42:51 +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/ .
|
COPY ./web/ .
|
||||||
|
|
||||||
RUN npm config rm proxy
|
RUN yarn
|
||||||
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 a new issue