Modify Dockerfile
This commit is contained in:
@@ -7,8 +7,7 @@ WORKDIR /sxrestaurant
|
|||||||
COPY Gemfile /sxrestaurant/Gemfile
|
COPY Gemfile /sxrestaurant/Gemfile
|
||||||
COPY Gemfile.lock /sxrestaurant/Gemfile.lock
|
COPY Gemfile.lock /sxrestaurant/Gemfile.lock
|
||||||
RUN bundle install --without development test
|
RUN bundle install --without development test
|
||||||
RUN bundle exec rails assets:precompile
|
|
||||||
RUN echo "Asia/Rangoon" > /etc/timezone
|
RUN echo "Asia/Rangoon" > /etc/timezone
|
||||||
RUN dpkg-reconfigure -f noninteractive tzdata
|
RUN dpkg-reconfigure -f noninteractive tzdata
|
||||||
COPY . /sxrestaurant
|
COPY . /sxrestaurant
|
||||||
|
RUN bundle exec rails assets:precompile
|
||||||
|
|||||||
Reference in New Issue
Block a user