Skip to content
Snippets Groups Projects
Verified Commit aa093d18 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix login shell

parent 8a61d5f5
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ COPY --from=builder /quassel/install/bin /usr/bin/
# setup user environment
RUN addgroup -g 1000 -S quassel && \
adduser -S -G quassel -u 1000 -s /bin/bash -h /config quassel
adduser -S -G quassel -u 1000 -s /bin/sh -h /config quassel
USER quassel
VOLUME /config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment