Skip to content

Commit

Permalink
fix(dockerfile): permission stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Jan 28, 2022
1 parent 8acb999 commit 4c3ef05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ brews:
email: "[email protected]"
homepage: https://github.com/auguwu/ume
description: Easy, self-hostable, and flexible image and file host, made in Go using MongoDB GridFS.
commit_msg_template: "update: {{ .ProjectName }} to v{{ .Version }} :sparkles:"

signs:
- artifacts: checksum
Expand Down
3 changes: 3 additions & 0 deletions goreleaser.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ COPY docker/scripts/liblog.sh /app/noel/ume/scripts/liblog.sh
COPY docker/runner.sh /app/noel/ume/scripts/runner.sh
COPY ume /app/noel/ume/ume

RUN chmod +x /app/noel/ume/scripts/docker-entrypoint.sh
RUN chmod +x /app/noel/ume/scripts/runner.sh

USER 1001
ENTRYPOINT ["/app/noel/ume/scripts/docker-entrypoint.sh"]
CMD ["/app/noel/ume/scripts/runner.sh"]
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "3.2.0"
"version": "3.2.1"
}

0 comments on commit 4c3ef05

Please sign in to comment.