diff --git a/Dockerfile b/Dockerfile index 4fc297d..e45638f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,8 @@ RUN tar -xf /srv/sma/sbfspot/V3.9.7.tar.gz WORKDIR /srv/sbf/SBFspot-3.9.7/SBFspot RUN make -j$(nproc) sqlite RUN cp -v /srv/sma/sbfspot/*.cfg sqlite/bin/ +RUN cp -v /srv/sbf/SBFspot-3.9.7/SBFspot/TagListEN-US.txt /srv/sbf/SBFspot-3.9.7/SBFspot/sqlite/bin/TagListEN-US.txt +RUN cp -v /srv/sbf/SBFspot-3.9.7/SBFspot/date_time_zonespec.csv /srv/sbf/SBFspot-3.9.7/SBFspot/sqlite/bin/date_time_zonespec.csv WORKDIR /srv/sma EXPOSE 5000 CMD SMA_SBFPATH=/srv/sbf/SBFspot-3.9.7/SBFspot/sqlite/bin/SBFspot bundle exec unicorn -c unicorn.conf