Skip to content

Commit

Permalink
feat: 添加了docker hub镜像仓库前缀,现在docker compose up可以从docker hub pull build…
Browse files Browse the repository at this point in the history
…好的镜像了
  • Loading branch information
zfanswer committed Aug 20, 2024
1 parent b3bca5e commit e7d048e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim-bookworm AS base
FROM python:3.10-slim-bookworm
LABEL authors="zfanswer"

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
dod-app:
image: dify-on-dingtalk:latest
image: zfanswer/dify-on-dingtalk:latest
build:
context: ../
dockerfile: Dockerfile
Expand Down

0 comments on commit e7d048e

Please sign in to comment.