mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-09-02 10:49:22 +00:00
change scripts path
This commit is contained in:
parent
bcd36ebbe3
commit
9e4ee95330
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ RUN pip3 install --timeout=3600 Pillow pylibmc captcha jinja2 \
|
||||||
|
|
||||||
|
|
||||||
# Scripts
|
# Scripts
|
||||||
COPY scripts_7.1 /scripts
|
COPY scripts /scripts
|
||||||
COPY templates /templates
|
COPY templates /templates
|
||||||
COPY services /services
|
COPY services /services
|
||||||
RUN chmod u+x /scripts/*
|
RUN chmod u+x /scripts/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue