diff --git a/Dockerfile b/Dockerfile
index 624b48104d2aba34acc64c86e0ce838760c37964..39624571a6fcea0aabca87eff016cc7f748bf652 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