зеркало из https://github.com/mozilla/redash-stmo.git
Some minor fixes.
This commit is contained in:
Родитель
00e6a688c9
Коммит
64ecddc3a1
|
@ -8,6 +8,9 @@ RUN pip uninstall -qy redash-stmo \
|
|||
&& pip3 install flit
|
||||
RUN mkdir -p /home/redash/.cache /home/redash/.local /app/node_modules && \
|
||||
chown -R redash /home/redash/.cache /home/redash/.local /app/node_modules
|
||||
|
||||
COPY . /extension
|
||||
RUN chown -R redash /extension
|
||||
USER redash
|
||||
|
||||
ENTRYPOINT ["/extension/bin/docker-entrypoint"]
|
||||
|
|
|
@ -96,6 +96,6 @@ case "$1" in
|
|||
devserver "$*"
|
||||
;;
|
||||
*)
|
||||
exec "$*"
|
||||
exec $*
|
||||
;;
|
||||
esac
|
||||
|
|
Загрузка…
Ссылка в новой задаче