change(docker): setup AUR_CONFIG in Dockerfile

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-11-27 23:14:39 -08:00
parent 84beacd427
commit 343a306bb8
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -22,6 +22,10 @@ COPY . /aurweb
# Working directory is aurweb root @ /aurweb.
WORKDIR /aurweb
# Copy initial config to conf/config.
RUN cp -vf conf/config.dev conf/config
RUN sed -i "s;YOUR_AUR_ROOT;/aurweb;g" conf/config
# Install Python dependencies.
RUN /docker/scripts/install-python-deps.sh