Adds development mode, improves the assets, updates the README with helpful information!

Former-commit-id: c95e624de930ea56432330beed495abc493fe539
This commit is contained in:
Jonathan Rosenbaum
2021-12-26 22:08:16 -05:00
parent d288f192fa
commit 79743c1449
6 changed files with 84 additions and 17 deletions
+6 -1
View File
@@ -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/