add docker data
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user