This website requires JavaScript.
Explore
Help
Sign In
autonomic-cooperative
/
git.autonomic.zone
Archived
Watch
4
Star
0
Fork
0
You've already forked git.autonomic.zone
Code
Issues
2
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2020-10-27
. You can view files and clone it, but cannot push or open issues or pull requests.
fefe374985
git.autonomic.zone
/
Dockerfile
6 lines
54 B
Docker
Raw
Normal View
History
Unescape
Escape
Bootstrap gitea app
2020-03-10 08:35:48 +00:00
FROM
gitea/gitea:1.11.2
Attempt to load CHECKS/apps.json file
2020-03-11 18:07:25 +00:00
COPY
. /app/
Add app.json into right location
2020-03-10 11:49:34 +00:00
Expose the HTTP port
2020-03-10 08:41:04 +00:00
EXPOSE
80:3000
Reference in New Issue
Copy Permalink