Skip to content

Commit

Permalink
Link paths to mimic the ejabberd installer path structure
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Aug 20, 2024
1 parent 7213a3c commit 612e0c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ecs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ LABEL maintainer="ProcessOne <[email protected]>" \
RUN addgroup ejabberd -g 9000 \
&& adduser -s /bin/sh -D -G ejabberd ejabberd -u 9000 \
&& mkdir -p /home/ejabberd/conf /home/ejabberd/database /home/ejabberd/logs /home/ejabberd/upload \
&& chown -R ejabberd:ejabberd /home/ejabberd
&& chown -R ejabberd:ejabberd /home/ejabberd \
&& ln -fs /home/ejabberd /opt/ejabberd \
&& ln -fs /home/ejabberd /opt/ejabberd-$VERSION

# Install required dependencies
RUN apk upgrade --update-cache --no-progress \
Expand Down

0 comments on commit 612e0c1

Please sign in to comment.