Skip to content

Commit 8060a41

Browse files
committed
fix: compile prima library before building demo app
The demo depends on prima as a path dependency, so we need to compile the prima library first before the demo can use it during assets.deploy.
1 parent ed3e60a commit 8060a41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ RUN mix deps.get --only prod
5050
RUN npm install --prefix ./assets
5151
RUN mix assets.setup
5252
RUN mix assets.build
53+
RUN mix compile
5354

5455
# Copy demo application files to /app/demo (so path ".." resolves to /prima)
5556
WORKDIR /app/demo

0 commit comments

Comments
 (0)