Skip to content

Commit 73f34ec

Browse files
committed
build(docker): Add missing build:js step.
1 parent ffbf864 commit 73f34ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.production

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ COPY --parents \
4040
./webpack.config.js \
4141
./
4242

43+
RUN npm run build:js
44+
4345
RUN bundle exec bootsnap precompile app/ lib/
4446
RUN <<"EOF"
4547
export TAP_SECRET_KEY_BASE=1

0 commit comments

Comments
 (0)