mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #453] [CLOSED] fix Dockerfile #4196
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#4196
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/453
Author: @DiamondYuan
Created: 9/5/2017
Status: ❌ Closed
Base:
dev← Head:Diamondyuan📝 Commits (1)
896c2a1fix Dockerfile use multi-stage builds remove duplicate docker file Dockerfile_alpine📊 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。
之前有多个commit 现在合并成一个重新提交。抱歉,对git流程不太熟。
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.