Fixes path to static directory
This commit is contained in:
parent
baaf73b5d9
commit
28c254a106
|
@ -37,7 +37,7 @@ RUN set -xe \
|
|||
&& useradd _gunicorn --no-create-home --user-group
|
||||
|
||||
USER _gunicorn
|
||||
ADD static /app/static
|
||||
ADD crc/static /app/static
|
||||
WORKDIR /app
|
||||
|
||||
CMD ["gunicorn3", \
|
||||
|
|
Loading…
Reference in New Issue