Skip to content

Commit

Permalink
Dockerfile: Copy configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
tonobo committed Dec 26, 2023
1 parent 30e64b5 commit 2e93d05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e93d05

Please sign in to comment.