This website requires JavaScript.
Explore
Help
Sign In
autonomic-cooperative
/
git.autonomic.zone
Archived
Watch
5
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.
391a2f7ca6
git.autonomic.zone
/
Dockerfile
6 lines
56 B
Docker
Raw
Normal View
History
Unescape
Escape
Upgrade gitea
2020-03-12 19:52:40 +00:00
FROM
gitea/gitea:1.11.3
Bootstrap gitea app
2020-03-10 08:35:48 +00:00
Simplify dockerfile once more
2020-03-15 08:28:34 +00:00
COPY
.
${
WORKDIR
}
Revert "Just use the $WORKDIR" This reverts commit 487fb34b68e999ac0d96c728cb2499b1dbdd8b3f. Remembered that we can't rely on WORKDIR if it is set upstream and then we have to hard code that in the app.json. So, stick with the /app/ folder for now.
2020-03-12 15:13:58 +00:00
Try just the right port
2020-03-12 14:25:14 +00:00
EXPOSE
3000
Reference in New Issue
Copy Permalink