Skip to content

Commit

Permalink
Add rescript build command in dockerfile (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha authored Nov 23, 2023
1 parent 6625b90 commit 96f56bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .controlplane/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ENV NODE_ENV=production
# compiling assets requires any value for ENV of SECRET_KEY_BASE
ENV SECRET_KEY_BASE=NOT_USED_NON_BLANK

RUN yarn res:build
RUN rails react_on_rails:locale
RUN rails assets:precompile

Expand Down

0 comments on commit 96f56bd

Please sign in to comment.