This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
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
[docker] drop the docker Makefile from the image (
#6507
)
tags/v1.9.0-rc1
Jakob Ackermann
techknowlogick
6 years ago
parent
eeca84a7f3
commit
f667b0c0ca
13 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+0
-0
docker/root/etc/nsswitch.conf
+0
-0
docker/root/etc/profile.d/gitea.sh
+0
-0
docker/root/etc/s6/.s6-svscan/finish
+0
-0
docker/root/etc/s6/gitea/finish
+0
-0
docker/root/etc/s6/gitea/run
+0
-0
docker/root/etc/s6/gitea/setup
+0
-0
docker/root/etc/s6/openssh/finish
+0
-0
docker/root/etc/s6/openssh/run
+0
-0
docker/root/etc/s6/openssh/setup
+0
-0
docker/root/etc/ssh/sshd_config
+0
-0
docker/root/etc/templates/app.ini
+0
-0
docker/root/usr/bin/entrypoint
+ 1
- 1
Dockerfile
View File
@@ -56,6 +56,6 @@ VOLUME ["/data"]
ENTRYPOINT ["/usr/bin/entrypoint"]
CMD ["/bin/s6-svscan", "/etc/s6"]
COPY docker /
COPY docker
/root
/
COPY --from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
RUN ln -s /app/gitea/gitea /usr/local/bin/gitea
docker/etc/nsswitch.conf → docker/root/etc/nsswitch.conf
View File
docker/etc/profile.d/gitea.sh → docker/root/etc/profile.d/gitea.sh
View File
docker/etc/s6/.s6-svscan/finish → docker/root/etc/s6/.s6-svscan/finish
View File
docker/etc/s6/gitea/finish → docker/root/etc/s6/gitea/finish
View File
docker/etc/s6/gitea/run → docker/root/etc/s6/gitea/run
View File
docker/etc/s6/gitea/setup → docker/root/etc/s6/gitea/setup
View File
docker/etc/s6/openssh/finish → docker/root/etc/s6/openssh/finish
View File
docker/etc/s6/openssh/run → docker/root/etc/s6/openssh/run
View File
docker/etc/s6/openssh/setup → docker/root/etc/s6/openssh/setup
View File
docker/etc/ssh/sshd_config → docker/root/etc/ssh/sshd_config
View File
docker/etc/templates/app.ini → docker/root/etc/templates/app.ini
View File
docker/usr/bin/entrypoint → docker/root/usr/bin/entrypoint
View File
Write
Preview
Loading…
Cancel
Save