diff --git a/Dockerfile b/Dockerfile index 624b48104d..39624571a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ RUN npm run deploy --prefix ./assets && \ mix phx.digest priv/static && \ mix download_country_database && \ # https://hexdocs.pm/sentry/Sentry.Sources.html#module-source-code-storage - mix sentry_recompile && + mix sentry_recompile WORKDIR /app COPY rel rel