mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #450] [CLOSED] fix Dockerfile #4198
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4198
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/450
Author: @DiamondYuan
Created: 9/4/2017
Status: ❌ Closed
Base:
dev← Head:yfd📝 Commits (4)
066172eMerge pull request #403 from fatedier/dev4c7958efix Use multi-stage buildsac4537efix typo of Docker and remove useless duplicate docker file433cebeMerge branch 'dev' into yfd📊 Changes
2 files changed (+13 additions, -21 deletions)
View changed files
📝
Dockerfile(+13 -9)➖
Dockerfile_alpine(+0 -12)📄 Description
利用多步构建来构建frp的镜像(Use multi-stage builds to build frp)
和原有alpine的镜像重复,所以删掉。(Delete Dockerfile_alpine)
至于把ENTRYPOINT改成CMD是因为:
CMD指定的命令可以被docker run传递的命令覆盖, ENTRYPOINT不会。
改成CMD后 用户就可以选择启动frps还是frpc。
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.