Adds development mode, improves the assets, updates the README with helpful information!
Former-commit-id: c95e624de930ea56432330beed495abc493fe539
This commit is contained in:
+6
-1
@@ -15,7 +15,12 @@ WORKDIR /app/BikeBike
|
||||
|
||||
RUN bundle install
|
||||
|
||||
RUN mkdir -p public/stylesheets/application -p public/stylesheets/web-fonts && tar xvfz bumbleberry-application.tar.gz -C public/stylesheets/application && tar xvfz bumbleberry-web-fonts.tar.gz -C public/stylesheets/web-fonts && tar xvfz bumbleberry-admin.tar.gz -C public/stylesheets/admin
|
||||
RUN mkdir -p public/stylesheets/application \
|
||||
-p public/stylesheets/web-fonts \
|
||||
-p public/stylesheets/admin \
|
||||
&& tar xvfz bumbleberry-application.tar.gz -C public/stylesheets/application \
|
||||
&& tar xvfz bumbleberry-web-fonts.tar.gz -C public/stylesheets/web-fonts \
|
||||
&& tar xvfz bumbleberry-admin.tar.gz -C public/stylesheets/admin
|
||||
|
||||
# Add a script to be executed every time the container starts.
|
||||
COPY entrypoint.sh /usr/bin/
|
||||
|
||||
Reference in New Issue
Block a user