3 Commits

Author SHA1 Message Date
花菜
39616979e5 Merge 78c7f255ec into 0065a151a9 2025-03-26 12:51:18 +08:00
7sDream
0065a151a9 fix(炒青菜): 操作中盐量和准备工作中不匹配 (#1425)
Some checks failed
Continuous Deployment / build-readme-file (push) Has been cancelled
Continuous Deployment / build-docker-image (push) Has been cancelled
2025-03-26 04:46:17 +00:00
Anduin Xue
2e5e3b905c Update Dockerfile 2025-03-26 02:44:56 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -25,7 +25,7 @@
- 青菜掰成小瓣,用清水洗净,备用。
- 中火或大火热锅后,锅内放入 10-15ml 食用油。再等待 30 秒让油温升高。
- 将准备好的青菜倒入锅中,翻炒至青菜变软(约 1 分钟)。
- 倒入计算好的清水,水位应当完全浸润或即将没过青菜,加入食盐 5g * 份数),继续翻炒约 1 分钟。
- 倒入计算好的清水,水位应当完全浸润或即将没过青菜,加入食盐 2g * 份数),继续翻炒约 1 分钟。
- 最后加入白糖小火加热 2 分钟,加热时盖上锅盖。
- 盛盘。