-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Docker image fixes #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker image fixes #117
Changes from 3 commits
185d898
85c4ef9
67e7798
cfbdaba
f2d020a
8830d40
a53069d
b793023
e3b56d3
28f7d3a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,4 @@ config.codekit | |
.editorconfig | ||
.gitignore | ||
Dockerfile* | ||
vendor | ||
vendor/** | ||
gogs |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,5 @@ ln -sf /data/git /home/git | |
|
||
chown -R git:git /data /app/gogs ~git/ | ||
chmod 0755 /data /data/gogs ~git/ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. shouldn't these two lines be changed as well? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And you'd have to update the Dockerfile as well then. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why would this need a change? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. to be named "gitea" instead of "gogs" ? |
||
|
||
mv /app/gogs/bin/gitea /app/gogs/gitea |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be /app/gitea/vendor ?