mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-12-18 11:14:24 +08:00
chore: Update Dockerfile to use GitHub Container Registry for image build and push
This commit is contained in:
@@ -24,3 +24,5 @@ RUN mkdocs build
|
|||||||
# Prepare Runtime Environment
|
# Prepare Runtime Environment
|
||||||
FROM hub.aiursoft.cn/aiursoft/static
|
FROM hub.aiursoft.cn/aiursoft/static
|
||||||
COPY --from=python-env /app/site /data
|
COPY --from=python-env /app/site /data
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.source="https://github.com/Anduin2017/HowToCook"
|
||||||
|
|||||||
Reference in New Issue
Block a user