Skip to content

Commit

Permalink
FIx issue with Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nag763 committed Oct 24, 2024
1 parent e2a7d1a commit 876b33d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile_front
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ca

RUN cargo binstall trunk -y

RUN trunk build --release true --minify true --config tchatchers_front/Trunk.toml
WORKDIR /usr/tchatchers/front/tchatchers_front

RUN trunk build --release true --minify true

FROM ubuntu as compressor

Expand Down

0 comments on commit 876b33d

Please sign in to comment.