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
Copy gitea binary to docker from correct path (
#325
)
Signed-off-by: Thomas Boerger <tboerger@suse.de>
master
Thomas Boerger
Lunny Xiao
8 years ago
parent
590a79ff8a
commit
6598745f07
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+1
-1
Dockerfile.rpi
+ 1
- 1
Dockerfile
View File
@@ -41,4 +41,4 @@ COPY docker /
COPY public /app/gitea/public
COPY templates /app/gitea/templates
COPY
bin/
gitea /app/gitea/gitea
COPY gitea /app/gitea/gitea
+ 1
- 1
Dockerfile.rpi
View File
@@ -41,4 +41,4 @@ COPY docker /
COPY public /app/gitea/public
COPY templates /app/gitea/templates
COPY
bin/
gitea /app/gitea/gitea
COPY gitea /app/gitea/gitea
Write
Preview
Loading…
Cancel
Save