mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2026-01-08 00:07:21 +08:00
Compare commits
3 Commits
d3318b90f0
...
39616979e5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
39616979e5 | ||
|
|
0065a151a9 | ||
|
|
2e5e3b905c |
@@ -1,6 +1,6 @@
|
||||
# ============================
|
||||
# Prepare lint Environment
|
||||
FROM hub.aiursoft.cn/node:21-alpine as lint-env
|
||||
FROM node:21-alpine as lint-env
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN npm install --loglevel verbose
|
||||
@@ -9,7 +9,7 @@ RUN npm run lint
|
||||
|
||||
# ============================
|
||||
# Prepare Build Environment
|
||||
FROM hub.aiursoft.cn/python:3.11 as python-env
|
||||
FROM python:3.11 as python-env
|
||||
WORKDIR /app
|
||||
COPY --from=lint-env /app .
|
||||
RUN apt-get update && apt-get install -y weasyprint fonts-noto-cjk wget unzip
|
||||
@@ -18,7 +18,7 @@ RUN mkdocs build
|
||||
|
||||
# ============================
|
||||
# Prepare Runtime Environment
|
||||
FROM hub.aiursoft.cn/aiursoft/static
|
||||
FROM aiursoft/static
|
||||
COPY --from=python-env /app/site /data
|
||||
|
||||
LABEL org.opencontainers.image.source="https://github.com/Anduin2017/HowToCook"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
- 青菜掰成小瓣,用清水洗净,备用。
|
||||
- 中火或大火热锅后,锅内放入 10-15ml 食用油。再等待 30 秒让油温升高。
|
||||
- 将准备好的青菜倒入锅中,翻炒至青菜变软(约 1 分钟)。
|
||||
- 倒入计算好的清水,水位应当完全浸润或即将没过青菜,加入食盐 (5g * 份数),继续翻炒约 1 分钟。
|
||||
- 倒入计算好的清水,水位应当完全浸润或即将没过青菜,加入食盐 (2g * 份数),继续翻炒约 1 分钟。
|
||||
- 最后加入白糖小火加热 2 分钟,加热时盖上锅盖。
|
||||
- 盛盘。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user