Skip to content

Commit

Permalink
Docker - fixed releasing with missing tailwind styles
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-kriska committed Jan 26, 2022
1 parent bf3f579 commit f98add7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,12 @@ COPY priv priv
# your Elixir templates, you will need to move the asset compilation
# step down so that `lib` is available.
COPY assets assets
COPY lib lib

# compile assets
RUN mix tailwind default --minify
RUN mix assets.deploy

# Compile the release
COPY lib lib

RUN mix compile

# Changes to config/runtime.exs don't require recompiling the code
Expand Down

0 comments on commit f98add7

Please sign in to comment.