Remove the test-docker-entrypoint.sh script and references to it in the Dockerfile

This commit is contained in:
Eugene Burmakin 2024-04-06 22:36:08 +02:00
parent ce93aa159e
commit d4329c8dbb
4 changed files with 10 additions and 5 deletions

View file

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.6.1] — 2024-04-06
### Fixed
- `ActiveStorage::FileNotFoundError: ActiveStorage::FileNotFoundError` error when uploading export files
## [0.1.6] — 2024-04-06
You can now use [Overland](https://overland.p3k.app/) mobile app to track your location.

View file

@ -9,8 +9,7 @@ ENV RAILS_PORT 3000
# Copy entrypoint scripts and grant execution permissions
COPY ./dev-docker-entrypoint.sh /usr/local/bin/dev-entrypoint.sh
COPY ./test-docker-entrypoint.sh /usr/local/bin/test-entrypoint.sh
RUN chmod +x /usr/local/bin/dev-entrypoint.sh && chmod +x /usr/local/bin/test-entrypoint.sh
RUN chmod +x /usr/local/bin/dev-entrypoint.sh
# Copy application files to workdir
COPY . $APP_PATH

View file

@ -11,7 +11,7 @@
</ul>
</div>
<%= link_to 'DaWarIch', root_path, class: 'btn btn-ghost normal-case text-xl'%>
<div class="badge badge-neutral mx-4">0.1.6</div>
<div class="badge badge-neutral mx-4">0.1.6.1</div>
<label class="flex cursor-pointer gap-2">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><path d="M12 1v2M12 21v2M4.2 4.2l1.4 1.4M18.4 18.4l1.4 1.4M1 12h2M21 12h2M4.2 19.8l1.4-1.4M18.4 5.6l1.4-1.4"/></svg>
<input type="checkbox" value="light" class="toggle theme-controller"/>

View file

@ -21,7 +21,7 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
dawarich_app:
image: freikin/dawarich:0.1.6
image: freikin/dawarich:0.1.6.1
container_name: dawarich_app
volumes:
- gem_cache:/usr/local/bundle/gems
@ -46,7 +46,7 @@ services:
- dawarich_db
- dawarich_redis
dawarich_sidekiq:
image: freikin/dawarich:0.1.6
image: freikin/dawarich:0.1.6.1
container_name: dawarich_sidekiq
volumes:
- gem_cache:/usr/local/bundle/gems