diff --git a/Dockerfile b/Dockerfile index ae1b1cc052b32924a0dea810a41a2bdc9495f6c6..7eacb29a25c348fb7276f1db639810518d568b89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,7 @@ RUN apk add --no-cache \ procps \ redis \ tar \ - wget \ - yarn + wget # build packages RUN apk add --no-cache \ @@ -34,7 +33,8 @@ RUN apk add --no-cache \ icu-dev \ libxml2-dev \ make \ - perl-dev + perl-dev \ + yarn ARG MB_VERSION="v-2019-06-03" diff --git a/start.sh b/start.sh index e811a0d2ce966f29f8cf5d6d3140fe4672e15b32..f4b24eb031ed42badb3ecc8c7edd2ae797832ba8 100644 --- a/start.sh +++ b/start.sh @@ -1,6 +1,6 @@ #!/bin/bash -./script/dbdefs_to_js.pl +./script/compile_resources.sh export MUSICBRAINZ_USE_PROXY=1 /usr/local/bin/plackup -Ilib -E deployment --keep-stderr=1 >/dev/stdout 2>&1