Skip to content

Commit

Permalink
try to fix docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull committed Dec 12, 2024
1 parent 2bf9b02 commit 72a1259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,7 @@ on:
- 'v3.*.*'
branches:
- feature-milestone2
pull_request:
paths-ignore:
- "docs/**"
- "python/**"
- "Changelog.md"
- "README.md"
types:
- closed
- main
release:
types: [prereleased]

Expand Down
3 changes: 2 additions & 1 deletion docker-files/site/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ COPY --from=builder /WeDPR/wedpr-site/dist/ /data/home/wedpr/wedpr-site
# copy the web package
COPY --from=web_builder /WeDPR/wedpr-web/dist /data/home/wedpr/wedpr-site/web

ENTRYPOINT ["/usr/sbin/nginx","&&", "/bin/bash", "/data/home/wedpr/wedpr-site/start.sh", "true"]

ENTRYPOINT ["/bin/sh", "-c", "/usr/sbin/nginx && /bin/bash /data/home/wedpr/wedpr-site/start.sh true"]

0 comments on commit 72a1259

Please sign in to comment.