Skip to content

Commit 450e80b

Browse files
committed
Copy javascript dependencies to assets
1 parent 50d1271 commit 450e80b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@ COPY Gemfile /WebsiteOne/Gemfile
77
COPY Gemfile.lock /WebsiteOne/Gemfile.lock
88
RUN bundle install
99
RUN npm install
10+
COPY 'node_modules/nprogress/nprogress.js' \
11+
'node_modules/corejs-typeahead/dist/typeahead.jquery.js' \
12+
'node_modules/bootstrap-timepicker/js/bootstrap-timepicker.min.js' \
13+
'node_modules/bootstrap-datepicker/js/bootstrap-datepicker.js' \
14+
'node_modules/moment/min/moment.min.js' \
15+
'node_modules/moment-timezone/builds/moment-timezone-with-data-2010-2020.js' \
16+
/vendor/assets/javascripts/
1017
COPY . /WebsiteOne

0 commit comments

Comments
 (0)