Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
StealWonders committed Mar 3, 2024
1 parent a2475d8 commit 403749e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ FROM alpine:3.19 as prod

COPY --from=built /tmp/mensatt /usr/bin/mensatt

USER nobody:nobody
EXPOSE 4000
CMD ["mensatt"]
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ services:
mensatt:
build:
target: dev
args:
USER_ID: 1000
GROUP_ID: 1000
volumes:
- .:/opt/mensatt
secrets:
Expand Down

0 comments on commit 403749e

Please sign in to comment.