File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,15 @@ RUN mix do deps.compile
56
56
COPY demo/priv priv/
57
57
COPY demo/package.json demo/yarn.lock demo/.stylelintrc.json ./
58
58
59
+ COPY assets ../assets/
60
+ COPY package.json ../
61
+ COPY priv/static/js ../priv/static/js/
62
+
59
63
RUN yarn install --pure-lockfile
60
64
61
65
COPY demo/assets assets/
62
66
COPY demo/lib lib/
63
67
64
- COPY assets ../assets/
65
- COPY package.json ../
66
- COPY priv/static/js ../priv/static/js/
67
-
68
68
RUN mix assets.deploy
69
69
70
70
# Copy the rest of the application files
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import * as Sentry from '@sentry/browser'
3
3
import topbar from 'topbar'
4
4
import { Socket } from 'phoenix'
5
5
import { LiveSocket } from 'phoenix_live_view'
6
- import { Hooks as BackpexHooks } from '../../../priv/static/js/ backpex.esm.js '
6
+ import { Hooks as BackpexHooks } from 'backpex'
7
7
8
8
/**
9
9
* Sentry
Original file line number Diff line number Diff line change 30
30
"topbar" : " 3.0.0"
31
31
},
32
32
"dependencies" : {
33
+ "backpex" : " file:.." ,
33
34
"daisyui" : " ^5.0.3"
34
35
}
35
36
}
You can’t perform that action at this time.
0 commit comments