Skip to content

Commit

Permalink
Set /var/lib/asterisk as container workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Stell0 committed Jan 30, 2024
1 parent d566863 commit 3e51d2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freepbx/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ RUN groupadd -g 991 -r asterisk && \
# TODO add ilbc?

FROM docker.io/library/php:7.4-apache
WORKDIR /var/lib/asterisk
ARG DEBIAN_FRONTEND=noninteractive
RUN groupadd -g 991 -r asterisk \
&& useradd -u 990 -r -s /bin/false -d /var/lib/asterisk -M -c 'Asterisk User' -g asterisk asterisk \
Expand Down

0 comments on commit 3e51d2c

Please sign in to comment.