Go to file
songtianlun 2c72e96977 feat: switch to using official ruby slim image
Update the Dockerfile to use the official ruby slim image, rather than a custom image. This reduces the Docker image size and improves build times.

- Update the base build and development images to use the official ruby slim image
- Remove redundant arguments in the build and development stages

Using the official ruby slim image simplifies the build process and reduces the image size, resulting in faster build times and a more maintainable Dockerfile.
2025-02-02 00:40:59 +08:00
.github feat: automate base image build for GitHub Actions 2025-02-02 00:38:11 +08:00
.kamal init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
app feat: update latest weather art display 2025-02-02 00:21:51 +08:00
bin init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
config feat: add ahoy analytics for event tracking 2025-01-27 00:43:18 +08:00
db chore: clean up trailing whitespace and formatting 2025-01-27 00:43:36 +08:00
lib/tasks init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
log init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
public feat: implement ads.txt configuration 2025-01-24 09:14:13 +08:00
script init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
storage init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
test feat: add sitemap functionality 2025-01-26 00:07:44 +08:00
tmp init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
vendor init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
.dockerignore init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
.gitattributes init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
.gitignore fix: update default host in sitemap generator and refresh sitemap on worker 2025-01-23 19:40:08 +08:00
.node-version init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
.rubocop.yml init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
.ruby-version init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
compose.yaml chore: update docker compose file 2025-01-23 17:44:03 +08:00
config.ru init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
Dockerfile feat: switch to using official ruby slim image 2025-02-02 00:40:59 +08:00
Dockerfile.base feat: automate base image build for GitHub Actions 2025-02-02 00:38:11 +08:00
Dockerfile.build feat: automate base image build for GitHub Actions 2025-02-02 00:38:11 +08:00
Gemfile chore(deps): bump aws-sdk-s3 from 1.177.0 to 1.179.0 2025-02-01 14:46:33 +08:00
Gemfile.lock build(deps): bump solid_cable from 3.0.5 to 3.0.7 2025-02-01 14:47:06 +08:00
package.json feat: add photo swipe lightbox functionality 2025-02-01 14:19:19 +08:00
Procfile.dev init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
Rakefile init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
README.md init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
tailwind.config.js feat: add font styling and enhance city views 2025-01-20 18:02:28 +08:00
yarn.lock feat: add photo swipe lightbox functionality 2025-02-01 14:19:19 +08:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...