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.
722e9af1e4
git.autonomic.zone
/
Dockerfile
9 lines
101 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
Remove white space
2020-03-11 18:57:20 +00:00
COPY
.
${
WORKDIR
}
Add app.json into right location
2020-03-10 11:49:34 +00:00
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
RUN
mkdir -p /app/
COPY
postdeploy.sh /app/
Try just the right port
2020-03-12 14:25:14 +00:00
EXPOSE
3000
Reference in New Issue
Copy Permalink