Skip to content

Commit

Permalink
Clean up dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
macifell committed Jan 17, 2024
1 parent b82ab3f commit f939d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ COPY --from=build-node /usr/local/src/recognizer /usr/local/src/recognizer
WORKDIR /usr/local/src/recognizer

RUN set -xe; \
mix phx.digest; \
mix phx.digest; \
mix release

# -----------------------------------------------
Expand Down

0 comments on commit f939d6d

Please sign in to comment.