mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: restore dockerfile (#841)
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user