This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix docker build (
#4358
)
/app/gitea/gitea is the file, and /usr/local/bin is where the symlink will be located
master
techknowlogick
Lauris BH
7 years ago
parent
fc53f95f23
commit
c3bbf43970
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
View File
@@ -58,4 +58,4 @@ CMD ["/bin/s6-svscan", "/etc/s6"]
COPY docker /
COPY --from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
RUN ln -s /
usr/local/bin/gitea /app/gitea
/gitea
RUN ln -s /
app/gitea/gitea /usr/local/bin
/gitea
Write
Preview
Loading…
Cancel
Save