mirror of
https://github.com/bitwarden/browser
synced 2026-01-05 18:13:26 +00:00
manage group from entrypoint
This commit is contained in:
@@ -10,8 +10,6 @@ WORKDIR /app
|
||||
EXPOSE 5000
|
||||
COPY ./dist .
|
||||
COPY entrypoint.sh /
|
||||
|
||||
RUN groupadd -g 999 bitwarden \
|
||||
&& chmod +x /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user