Skip to content

Commit

Permalink
add build
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Aug 7, 2024
1 parent 874a3fc commit 017f298
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/dotcom/dev/1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ RUN mix local.rebar --force
EXPOSE 4001

CMD mix deps.get \
&& npm --prefix assets install --package-lock-only --ignore-scripts --no-save --audit false --fund false --loglevel verbose \
&& npm ci \
&& npm --prefix assets run webpack:build:react \
&& elixir --sname dotcom1 --cookie foobarbaz -S mix phx.server

0 comments on commit 017f298

Please sign in to comment.