add docker data

This commit is contained in:
phyusin
2018-05-12 16:19:18 +06:30
parent 050d3379c0
commit 1909a73fe0
5 changed files with 28 additions and 21 deletions

View File

@@ -8,5 +8,7 @@ COPY Gemfile /sxrestaurant/Gemfile
COPY Gemfile.lock /sxrestaurant/Gemfile.lock
RUN bundle install --without development test
RUN bundle exec rails assets:precompile
RUN echo "Asia/Rangoon" > /etc/timezone
RUN dpkg-reconfigure -f noninteractive tzdata
COPY . /sxrestaurant