Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit 2b04e26

Browse files
author
Ruben Schmidmeister
committed
Add browser.js to dockerfile
1 parent 1173024 commit 2b04e26

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Frontend/scripts/add-versions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ fi
88
FILES=(
99
/js/polyfills.js
1010
/js/application.js
11+
/js/browser.js
1112
/css/application.css
1213
)
1314

containers/ttio-proxy/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ COPY Styles/icons /var/www/html/icons
1414
COPY Styles/fonts /var/www/html/fonts
1515
COPY Application/build/application.js /var/www/html/js/application-${VERSION}.js
1616
COPY Application/build/polyfills.js /var/www/html/js/polyfills-${VERSION}.js
17+
COPY Application/build/browser.js /var/www/html/js/browser-${VERSION}.js
1718

1819
VOLUME /data/ssl
1920
VOLUME /data/certs

0 commit comments

Comments
 (0)