Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions container/sagittarius/Dockerfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ COPY projects/sagittarius/extensions/ee/app/ extensions/ee/app/
# Precompile bootsnap code for faster boot times
RUN bundle exec bootsnap precompile app/ lib/ <% if ee? %>extensions/ee/app/<% end %>

RUN echo "$RETICULUM_IMAGE_TAG" > VERSION

# Entrypoint prepares the database.
ENTRYPOINT ["/sagittarius/bin/docker-entrypoint"]

Expand Down
2 changes: 1 addition & 1 deletion versions/sagittarius
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2effaa8f0ce44d38e40f2a14da794010072e0b73
bb3b3691c29eb1cc466555f838329a84a7f702b0