mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
change(docker): setup AUR_CONFIG in Dockerfile
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
84beacd427
commit
343a306bb8
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue