Remove &&

This commit is contained in:
Uku Taht 2021-12-23 14:53:00 +02:00
parent c3178b25e0
commit 6951e49cb4

View File

@ -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